Skip to content

Commit

Permalink
add @types/eslint and bump env es2023: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Nov 3, 2023
1 parent afbf4d0 commit e0d4753
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/** @type {import('@types/eslint')} */
module.exports = {
env: {
browser: true,
es2022: true,
es2023: true,
jest: true,
node: true,
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"inquirer": "^9.2.11"
},
"devDependencies": {
"@types/eslint": "^8.44.6",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"all-contributors-cli": "^6.26.1",
Expand Down
19 changes: 17 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0d4753

Please sign in to comment.