node-web-i2c/tsconfig.eslint.json
Akihiko.KIgure 9c5bb9c006
Feature/lint (#33)
* lint add, lint error resolved

* lint add, lint warning resolved

* typescript down grade

* .eslint.js, packaage.json modfied.

* yarn.lock update

* L159 lint disabled
2021-03-28 17:31:45 +09:00

11 lines
No EOL
136 B
JSON

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