diff options
| author | Uri Shaked | 2019-12-07 22:18:00 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-12-07 22:18:00 +0200 |
| commit | 07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244 (patch) | |
| tree | 12a64bfbc4ea18997923f14b44725cb0e118c949 /tslint.json | |
| parent | feat: publish both CJS and ESM to npm (diff) | |
| download | avr8js-07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244.tar.gz avr8js-07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244.tar.bz2 avr8js-07ddaa7d22f31de5d5c3b9c6d4626c59cf25a244.zip | |
refactor: tslint → eslint
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 13 |
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 - } -} |
