Skip to content

Commit e12688d

Browse files
committed
eslint fix
1 parent c71b277 commit e12688d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
19-
- run: npm install -g eslint@9.17.0
20-
- run: npm install @eslint/js
21-
- run: eslint
19+
- run: npm install
20+
- run: npx eslint .

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"description": "CSS Framework for Dummies",
88
"devDependencies": {
99
"css-validator": "0.11.0",
10+
"@eslint/js": "^9.27.0",
11+
"eslint": "^9.27.0",
1012
"glob": "11.0.1",
1113
"grunt": "^1.4.3",
1214
"grunt-contrib-watch": "1.1.0",

0 commit comments

Comments
 (0)