We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0967a41 + fdef455 commit 825e772Copy full SHA for 825e772
.eslintrc.json
.lintstagedrc
@@ -1,5 +1,5 @@
1
{
2
"*.ts": [
3
- "balena-lint --typescript --fix"
+ "balena-lint --fix"
4
],
5
}
package.json
@@ -7,8 +7,8 @@
7
"lib": "lib"
8
},
9
"scripts": {
10
- "lint": "balena-lint --typescript lib helper-scripts",
11
- "lint-fix": "balena-lint --typescript --fix lib helper-scripts",
+ "lint": "balena-lint lib helper-scripts",
+ "lint-fix": "balena-lint --fix lib helper-scripts",
12
"test": "npm run lint && npx tsc --noEmit",
13
"beautify-schedule": "npx ts-node --transpile-only ./helper-scripts/beautify-schedule",
14
"download-and-configure-input": "npx ts-node --transpile-only ./helper-scripts/download-and-configure-input",
0 commit comments