mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-19 18:31:52 +00:00
The new version of husky makes it possible to simplify the pre-commit hook a little. And since prettier no longer takes care of the JavaScript files in our project, it can no longer come into conflict with ESLint while running lint-staged. Therefore we can activate the correction of ESLint issues here.
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
*.js
|
|
.eslintignore
|
|
.husky/pre-commit
|
|
.prettierignore
|
|
/config
|
|
/coverage
|
|
package-lock.json
|
|
**.ics
|