chore: reorder eslint plugins
This commit is contained in:
parent
fb64905535
commit
6203475784
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ const gitignorePath = path.resolve(__dirname, '.gitignore')
|
||||||
export default [
|
export default [
|
||||||
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
||||||
pluginJs.configs.recommended,
|
pluginJs.configs.recommended,
|
||||||
includeIgnoreFile(gitignorePath),
|
|
||||||
eslintPluginPrettierRecommended,
|
eslintPluginPrettierRecommended,
|
||||||
|
includeIgnoreFile(gitignorePath),
|
||||||
{
|
{
|
||||||
ignores: ['site/*', 'templates/*'],
|
ignores: ['site/*', 'templates/*'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue