diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 10:35:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 10:35:41 +0900 |
| commit | 84df0714d8d86c2a257a4e191ceb8b0818c8de6a (patch) | |
| tree | f03bff8205a501256fbdf73ed013f2a26e7cd76a /jsconfig.json | |
| parent | add install/build scripts (diff) | |
| download | sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.gz sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.bz2 sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.zip | |
use eslint
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 1230aadd12..0000000000 --- a/jsconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compilerOptions": { - "target": "es6", - "module": "commonjs", - "allowSyntheticDefaultImports": true - }, - "exclude": [ - "node_modules", - "jspm_packages", - "tmp", - "temp" - ] -} |