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.
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
.vscode-test/
|
|
node_modules/
|
|
out/
|
|
|
|
# Include the Storybook config
|
|
!.storybook
|