Skip to content

Commit 3889493

Browse files
committed
Enable recommended ESlint rules
The main one we're interested in is "no-mixed-spaces-and-tabs" (https://eslint.org/docs/latest/rules/no-mixed-spaces-and-tabs).
1 parent f00f7d4 commit 3889493

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"test": "jest",
66
"all": "npm run lint && npm run prepare && npm run test"
77
},
8+
"eslintConfig": {
9+
"extends": "eslint:recommended"
10+
},
811
"dependencies": {
912
"@actions/core": "^1.10.0",
1013
"avro-js": "^1.11.1"

0 commit comments

Comments
 (0)