Skip to content

Commit

Permalink
Update deps, upgrade to ESLint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Apr 29, 2024
1 parent 2a61de3 commit 6fe80a9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

16 changes: 16 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const arc = require('@architect/eslint-config')

module.exports = [
...arc,
{
ignores: [
'.nyc_output/',
'coverage/',
'dist/',
'mod.test.ts',
'rollup.config.js',
'src/compat/vendor/',
'tmp/',
],
},
]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"src/*"
],
"devDependencies": {
"@architect/eslint-config": "~2.1.2",
"@architect/eslint-config": "~3.0.0",
"@rollup/plugin-commonjs": "~25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-terser": "~0.4.3",
"browserify": "~17.0.0",
"cross-env": "~7.0.3",
"eslint": "~8.56.0",
"eslint": "~9.1.1",
"js-yaml": "~4.1.0",
"nyc": "^15.1.0",
"rollup": "^3.27.0",
"tap-arc": "~1.2.2",
"tape": "~5.7.2",
"terser": "~5.26.0"
"tape": "~5.7.5",
"terser": "~5.31.0"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
Expand Down

0 comments on commit 6fe80a9

Please sign in to comment.