Skip to content

Commit

Permalink
Use config helper from @frosas/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
frosas committed Apr 14, 2024
1 parent b633fc3 commit 484d30e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import frosasConfig from "@frosas/eslint-config"
import frosasConfig, { config } from "@frosas/eslint-config"
import globals from "globals"
import { config } from "typescript-eslint"

const jsConfig = config({
languageOptions: { parserOptions: { ecmaVersion: 2020 } },
Expand Down
3 changes: 0 additions & 3 deletions index.d.ts

This file was deleted.

14 changes: 7 additions & 7 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.1.0",
"@frosas/eslint-config": "^8.2.0",
"@sentry/browser": "^6.19.7",
"@tsconfig/node20": "^20.1.4",
"@types/babel__core": "^7.1.14",
Expand Down Expand Up @@ -70,7 +70,6 @@
"regenerator-runtime": "^0.13.7",
"source-map-loader": "^1.1.3",
"typescript": "~5.2.0",
"typescript-eslint": "^7.6.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
Expand Down

0 comments on commit 484d30e

Please sign in to comment.