mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
9c5bb9c006
* lint add, lint error resolved * lint add, lint warning resolved * typescript down grade * .eslint.js, packaage.json modfied. * yarn.lock update * L159 lint disabled
11 lines
No EOL
136 B
JSON
11 lines
No EOL
136 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"*.ts",
|
|
".eslintrc.js"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |