Skip to content

Commit 494e921

Browse files
Copilotlimonte
andcommitted
migrate from eslint to oxlint with default config
Co-authored-by: limonte <6059356+limonte@users.noreply.github.com>
1 parent e22721a commit 494e921

2 files changed

Lines changed: 3 additions & 36 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 31 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"dev": "vite",
1515
"cypress:open": "cypress open",
1616
"check-dts": "tsc src/sweetalert2-react-content.d.ts --lib dom,es6",
17-
"lint": "eslint . && oxfmt --check",
18-
"lint-fix": "eslint . --fix && oxfmt",
17+
"lint": "oxlint && oxfmt --check",
18+
"lint-fix": "oxlint --fix && oxfmt",
1919
"test": "cypress run --headless",
2020
"build": "rollup --config --bundleConfigAsCjs"
2121
},
@@ -50,13 +50,11 @@
5050
"@babel/preset-react": "^7.18.6",
5151
"@rollup/plugin-babel": "^7.0.0",
5252
"@rollup/plugin-terser": "^1.0.0",
53-
"@sweetalert2/eslint-config": "^1.1.3",
5453
"@types/react": "^19.0.0",
5554
"@vitejs/plugin-react": "^5.0.0",
5655
"cypress": "^15.0.0",
57-
"eslint": "^10.0.0",
58-
"eslint-plugin-react": "^7.31.10",
5956
"oxfmt": "^0.36.0",
57+
"oxlint": "^1.0.0",
6058
"react": "^19.0.0",
6159
"react-dom": "^19.0.0",
6260
"rollup": "^4.0.0",

0 commit comments

Comments
 (0)