Skip to content

Commit 1fbd440

Browse files
Removed ESLint config from the root and replaced it with TSLint config. ESLint is still used for tests though
1 parent fe00288 commit 1fbd440

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

.eslintrc.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

test/.eslintrc.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
# ESLint config
2+
# http://eslint.org/docs/user-guide/configuring
3+
# https://jstools.dev/eslint-config-modular/
4+
5+
root: true
6+
17
extends:
2-
- modular/test
8+
- modular/best-practices
9+
- modular/style
10+
- modular/es6
11+
- modular/node
12+
- modular/test

tslint.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# TSLint config
2+
# https://palantir.github.io/tslint/usage/configuration/
3+
# https://jstools.dev/tslint-modular/
4+
5+
extends:
6+
- tslint-modular/best-practices
7+
- tslint-modular/style
8+
- tslint-modular/node

0 commit comments

Comments
 (0)