style: auto-fix linting issues
This commit is contained in:
parent
03dbfcbcda
commit
bb93edefde
1 changed files with 9 additions and 1 deletions
|
|
@ -4,7 +4,15 @@ import prettierConfig from 'eslint-config-prettier';
|
|||
|
||||
export default [
|
||||
{
|
||||
ignores: ['**/dist/**', '**/node_modules/**', '**/legacy/**', '**/bin/**', '**/www/**', '**/public/lib/**', '**/public/neutralino.js'],
|
||||
ignores: [
|
||||
'**/dist/**',
|
||||
'**/node_modules/**',
|
||||
'**/legacy/**',
|
||||
'**/bin/**',
|
||||
'**/www/**',
|
||||
'**/public/lib/**',
|
||||
'**/public/neutralino.js',
|
||||
],
|
||||
},
|
||||
js.configs.recommended,
|
||||
prettierConfig,
|
||||
|
|
|
|||
Loading…
Reference in a new issue