Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 290 Bytes

20230507_eslintignore_words_js.md

File metadata and controls

9 lines (6 loc) · 290 Bytes

Add admin/words.js to .eslintignore

The file admin/words.js is often generated by external tooling which may have different linting rules than the adapter itself. To avoid noisy and useless errors, add the file to .eslintignore:

.eslintignore

+ admin/words.js