Skip to content

Commit aef3984

Browse files
committed
Removed eslint
1 parent 4f8e45e commit aef3984

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ jobs:
88
- uses: actions/setup-node@v6
99
- run: npm install
1010
- run: npm run build
11-
- run: npm run lint

eslint.config.js

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

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
}
1313
},
1414
"scripts": {
15-
"build": "rollup -c",
16-
"lint": "eslint src"
15+
"build": "rollup -c"
1716
},
1817
"license": "MIT",
1918
"peerDependencies": {
@@ -32,12 +31,10 @@
3231
],
3332
"devDependencies": {
3433
"@babel/core": "^7.18.9",
35-
"@babel/eslint-parser": "^7.18.9",
3634
"@rollup/plugin-buble": "^1.0.1",
3735
"@rollup/plugin-commonjs": "^28.0.1",
3836
"@rollup/plugin-node-resolve": "^15.0.1",
3937
"@rollup/plugin-terser": "^0.4.4",
40-
"eslint": "^9.14.0",
4138
"rollup": "^4.25.0"
4239
},
4340
"dependencies": {

0 commit comments

Comments
 (0)