Skip to content

Commit

Permalink
chore: tool-belts standalone & bump to eslint8 (#1105)
Browse files Browse the repository at this point in the history
- tool-belts as standalone setups/projects
- migrate to eslint8

---------

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jul 2, 2024
1 parent adde076 commit d17c4b1
Show file tree
Hide file tree
Showing 36 changed files with 454 additions and 297 deletions.
4 changes: 3 additions & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
"**/*.cache/**",
"{,CI_}reports/**",
"test{,s}/**",
"tools/**",
"**/{ava,babel,nyc}.config.{js,cjs,mjs}",
"**/jest.config.{js,cjs,mjs,ts}",
"**/{karma,rollup,webpack}.config.js",
"**/.{eslint,mocha}rc.{js,cjs}"
"**/.{eslint,mocha}rc.{js,cjs,mjs}",
"**/eslint.config.{js,cjs,mjs}"
],
"reporter": ["text", "clover", "html"],
"reporterOptions": {
Expand Down
20 changes: 0 additions & 20 deletions .eslintignore

This file was deleted.

170 changes: 0 additions & 170 deletions .eslintrc.js

This file was deleted.

4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ updates:
patterns:
- 'eslint'
- '@eslint/*'
- '@types/eslint'
- '*-eslint'
- 'eslint-*'
- '@types/eslint'
- '@types/eslint-*'
- '@types/*-eslint'
- '@eslint-community/*'
- '@typescript-eslint/*'
spdx:
Expand Down
Loading

0 comments on commit d17c4b1

Please sign in to comment.