We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71b277 commit e12688dCopy full SHA for e12688d
.github/workflows/eslint.yml
@@ -16,6 +16,5 @@ jobs:
16
runs-on: ubuntu-24.04
17
steps:
18
- uses: actions/checkout@v4
19
- - run: npm install -g eslint@9.17.0
20
- - run: npm install @eslint/js
21
- - run: eslint
+ - run: npm install
+ - run: npx eslint .
package.json
@@ -7,6 +7,8 @@
7
"description": "CSS Framework for Dummies",
8
"devDependencies": {
9
"css-validator": "0.11.0",
10
+ "@eslint/js": "^9.27.0",
11
+ "eslint": "^9.27.0",
12
"glob": "11.0.1",
13
"grunt": "^1.4.3",
14
"grunt-contrib-watch": "1.1.0",
0 commit comments