Skip to content

Commit

Permalink
Add js linting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Dec 20, 2023
1 parent e412b44 commit 63c4125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"eslint": "^6.7.2",
"prettier": "^1.19.1",
"jest": "^23.6.0",
"jest-github-actions-reporter": "^1.0.3",
"jest-prop-type-error": "^1.1.0",
Expand All @@ -26,6 +28,8 @@
"table-resolver": "^3.2.0"
},
"scripts": {
"lint": "node node_modules/.bin/tfm-lint --plugin -d /webpack",
"lint-fix": "node node_modules/.bin/tfm-lint --plugin -d /webpack --fix",
"test": "node node_modules/.bin/jest --no-cache",
"test-github-actions": "CI=true node node_modules/.bin/jest --no-cache --reporters=default --reporters=jest-github-actions-reporter"
},
Expand Down

0 comments on commit 63c4125

Please sign in to comment.