mirror of
https://github.com/chirimen-oh/node-web-gpio.git
synced 2025-01-18 16:08:00 +00:00
13b6bc57b1
* 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 * レビュー指摘事項反映
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"
|
|
]
|
|
} |