Skip to content

Commit d17c4b1

Browse files
authored
chore: tool-belts standalone & bump to eslint8 (#1105)
- tool-belts as standalone setups/projects - migrate to eslint8 --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent adde076 commit d17c4b1

36 files changed

+454
-297
lines changed

.c8rc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"**/*.cache/**",
1111
"{,CI_}reports/**",
1212
"test{,s}/**",
13+
"tools/**",
1314
"**/{ava,babel,nyc}.config.{js,cjs,mjs}",
1415
"**/jest.config.{js,cjs,mjs,ts}",
1516
"**/{karma,rollup,webpack}.config.js",
16-
"**/.{eslint,mocha}rc.{js,cjs}"
17+
"**/.{eslint,mocha}rc.{js,cjs,mjs}",
18+
"**/eslint.config.{js,cjs,mjs}"
1719
],
1820
"reporter": ["text", "clover", "html"],
1921
"reporterOptions": {

.eslintignore

-20
This file was deleted.

.eslintrc.js

-170
This file was deleted.

.github/dependabot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ updates:
2323
patterns:
2424
- 'eslint'
2525
- '@eslint/*'
26-
- '@types/eslint'
26+
- '*-eslint'
2727
- 'eslint-*'
28+
- '@types/eslint'
2829
- '@types/eslint-*'
30+
- '@types/*-eslint'
2931
- '@eslint-community/*'
3032
- '@typescript-eslint/*'
3133
spdx:

0 commit comments

Comments
 (0)