summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-12 10:35:41 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-12 10:35:41 +0900
commit84df0714d8d86c2a257a4e191ceb8b0818c8de6a (patch)
treef03bff8205a501256fbdf73ed013f2a26e7cd76a /jsconfig.json
parentadd install/build scripts (diff)
downloadsharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.gz
sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.bz2
sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.zip
use eslint
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json13
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"
- ]
-}