node-web-gpio/tsconfig.eslint.json
Akihiko.KIgure 13b6bc57b1
Feature/lint (#22)
* eslint package install

* scrupt add .

* warning resolved

* warning resolced

* error  Async function 'requestGPIOAccess' has no 'await' expression resolved

* Promise returned in function argument where a void return was expected resolved

* package-lock.json 削除

* script improve

* temporary commit

* L234 disabled eslint rules

* L159 lint disabled

* レビュー指摘事項反映
2021-03-28 17:31:23 +09:00

11 lines
No EOL
136 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"*.ts",
".eslintrc.js"
],
"exclude": [
"node_modules",
"dist"
]
}