Skip to content

Commit

Permalink
Update @frosas/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
frosas committed Apr 21, 2024
1 parent 4c0182e commit 8d8e1f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import frosasConfig, { config } from "@frosas/eslint-config"
import globals from "globals"
import frosasConfig, { config, globals } from "@frosas/eslint-config"

const jsConfig = config({
languageOptions: { parserOptions: { ecmaVersion: 2020 } },
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@frosas/eslint-config": "^8.2.0",
"@frosas/eslint-config": "^8.3.3",
"@sentry/browser": "^6.19.7",
"@tsconfig/node20": "^20.1.4",
"@types/babel__core": "^7.1.14",
Expand All @@ -57,7 +57,6 @@
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"express": "^4.16.3",
"globals": "^15.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^8.0.1",
"mini-css-extract-plugin": "^1.6.0",
Expand Down

0 comments on commit 8d8e1f2

Please sign in to comment.