mirror of
https://github.com/ComfortablyCoding/strapi-plugin-website-builder.git
synced 2025-12-16 00:04:53 -05:00
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
module.exports = {
|
|
files: ['./server/**/*'],
|
|
$schema: 'https://json.schemastore.org/eslintrc',
|
|
extends: ['eslint:recommended', 'plugin:node/recommended', 'prettier'],
|
|
globals: {
|
|
strapi: 'readonly',
|
|
},
|
|
};
|