Skip to content

Commit

Permalink
GH-19: Migrate away from using Grunt for internal linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
duhrer committed Jan 12, 2024
1 parent 8ee4e39 commit d42aa40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
37 changes: 0 additions & 37 deletions Gruntfile.js

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"fluid-project"
],
"scripts": {
"lint": "grunt lint"
"lint": "npm run lint:eslint && npm run lint:json",
"lint:eslint": "eslint *.js",
"lint:json": "npx fluid-lint-all -- --checks jsonlint"
},
"author": "Fluid Project",
"license": "BSD-3-Clause",
Expand All @@ -27,10 +29,5 @@
"homepage": "http://fluidproject.org",
"dependencies": {
"eslint-plugin-jsdoc": "39.3.13"
},
"devDependencies": {
"grunt": "1.5.3",
"grunt-eslint": "24.0.0",
"grunt-jsonlint": "2.1.3"
}
}

0 comments on commit d42aa40

Please sign in to comment.