apostrophe
Version:
The Apostrophe Content Management System.
14 lines (12 loc) • 312 B
JavaScript
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
]);