Files
vscode-codeql/extensions/ql-vscode/.eslintignore
Koen Vlaswinkel c1f24142c9 Run ESLint on all files
This wil remove the discrepancy between the files on which ESLint is run
when `lint-staged` is used and the files that are checked using
`npm run lint` and `npm run format`.

It will now also include the `.storybook` directory which was previously
excluded from the ESLint configuration.
2022-10-31 13:22:27 +01:00

7 lines
77 B
Plaintext

.vscode-test/
node_modules/
out/
# Include the Storybook config
!.storybook