aboutsummaryrefslogtreecommitdiff
path: root/build/.eslintrc.json
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-15/+0
* Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint
2022-09-20Update devDependencies (#37177)XhmikosR1-1/+2
2020-05-04Clean up lint rules (#30721)XhmikosR1-1/+2
* Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency
2019-10-25Enable eslint no-console rule except for build directory (#29585)Pawel Wolak1-1/+4
2019-03-11Switch to eslint-config-xo and eslint-plugin-unicorn.XhmikosR1-11/+1
2018-11-28Revert "build/*.js: set `sourceType` to module."XhmikosR1-1/+1
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-08-12build/*.js: set `sourceType` to module.XhmikosR1-1/+1
2018-01-11Clean up and tweak ESLint rules.XhmikosR1-0/+20
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.