UNPKG

apostrophe

Version:
14 lines (12 loc) 312 B
const apostrophe = require('eslint-config-apostrophe').default; const { defineConfig, globalIgnores } = require('eslint/config'); module.exports = defineConfig([ globalIgnores([ '**/vendor/**/*.js', '**/blueimp/**/*.js', 'test/public', 'test/apos-build', 'coverage' ]), apostrophe ]);