mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
* feat: remove eslint-plugin-prettier for prettier This removes the annoying lint warnings when all that needs to change is formatting * fix: use .js lint-staged config to ignore properly * fix: lint everything if a lot of files are changed It's faster than making lots of individual linter calls * chore: apply prettier * fix: ignore code in curriculum-file-structure
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
**/.cache
|
|
**/public
|
|
client/static
|
|
**/*fixtures*
|
|
curriculum/challenges/_meta/*/*
|
|
curriculum/challenges/**/*
|
|
config/**/*.json
|
|
client/i18n/**/*.json
|
|
docs/i18n
|