mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
c0e7ae9c91
Update @balena/lint from 8.0.0 to 9.1.3 Change-type: patch
16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./automation/**/*",
|
|
"./src/**/*",
|
|
"./patches/*",
|
|
"./tests/**/*",
|
|
"./typings/**/*",
|
|
".mocharc-standalone.js",
|
|
]
|
|
}
|