Skip to content

Commit

Permalink
chore: move eslint to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto committed Aug 21, 2024
1 parent 5488ec6 commit a659e69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"@fortawesome/fontawesome-free": "^5.15.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@iarna/toml": "^2.2.5",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@types/gulp": "^4.0.17",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
Expand All @@ -24,17 +22,13 @@
"babel-jest": "^29.7.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.0",
"gulp": "^4.0.2",
"gulp-hb": "^8.0.0",
"gulp-jest": "^4.0.3",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"handlebars-helpers": "^0.10.0",
"image-size": "^0.8.3",
"jest-cli": "^27",
"lunr": "^2.3.9",
"postcss": "^8.2.10",
"postcss-import": "^14.0.2",
Expand Down Expand Up @@ -62,9 +56,15 @@
},
"homepage": "https://github.com/Politiwatch/privacyspy#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"axios": "^1.6.8",
"eslint": "^7.15.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.0",
"handlebars": "^4.7.8",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jssoup": "^0.0.15",
"prettier": "^2.2.1"
}
Expand Down

0 comments on commit a659e69

Please sign in to comment.