aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorUri Shaked2019-12-07 22:18:00 +0200
committerUri Shaked2019-12-07 22:18:00 +0200
commit07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244 (patch)
tree12a64bfbc4ea18997923f14b44725cb0e118c949 /tslint.json
parentfeat: publish both CJS and ESM to npm (diff)
downloadavr8js-07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244.tar.gz
avr8js-07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244.tar.bz2
avr8js-07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244.zip
refactor: tslint → eslint
Diffstat (limited to '')
-rw-r--r--tslint.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/tslint.json b/tslint.json
deleted file mode 100644
index 50ab37a..0000000
--- a/tslint.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "extends": "tslint:recommended",
- "rules": {
- "interface-name": false,
- "no-console": false,
- "object-literal-sort-keys": false,
- "ordered-imports": false,
- "no-bitwise": false,
- "member-access": false,
- "quotemark": [true, "single"],
- "trailing-comma": false
- }
-}