We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abf63f commit d4baeefCopy full SHA for d4baeef
3 files changed
lib/.eslintrc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "root": false,
3
+ "parser": "@typescript-eslint/parser",
4
+ "plugins": [
5
+ "@typescript-eslint"
6
+ ],
7
+ "extends": [
8
+ "eslint:recommended",
9
+ "plugin:@typescript-eslint/recommended"
10
+ ]
11
+}
0 commit comments