Skip to content

Commit 825e772

Browse files
authored
Merge pull request #433 from people-os/remove-unecessary-balena-lint-config
Remove unecessary balena lint config
2 parents 0967a41 + fdef455 commit 825e772

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.eslintrc.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"*.ts": [
3-
"balena-lint --typescript --fix"
3+
"balena-lint --fix"
44
],
55
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"lib": "lib"
88
},
99
"scripts": {
10-
"lint": "balena-lint --typescript lib helper-scripts",
11-
"lint-fix": "balena-lint --typescript --fix lib helper-scripts",
10+
"lint": "balena-lint lib helper-scripts",
11+
"lint-fix": "balena-lint --fix lib helper-scripts",
1212
"test": "npm run lint && npx tsc --noEmit",
1313
"beautify-schedule": "npx ts-node --transpile-only ./helper-scripts/beautify-schedule",
1414
"download-and-configure-input": "npx ts-node --transpile-only ./helper-scripts/download-and-configure-input",

0 commit comments

Comments
 (0)