File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"parser" : " @typescript-eslint/parser" ,
3
- "plugins" : [" ./lib " ],
3
+ "plugins" : [" fp-ts " ],
4
4
"extends" : " plugin:fp-ts/all" ,
5
5
"rules" : {
6
6
"fp-ts/no-module-imports" : [
Original file line number Diff line number Diff line change 40
40
"@typescript-eslint/parser" : " ^5.0.0" ,
41
41
"common-tags" : " ^1.8.0" ,
42
42
"eslint" : " ^8.0.0" ,
43
+ "eslint-plugin-fp-ts" : " link:./lib" ,
43
44
"jest" : " ^26.6.3" ,
44
45
"rimraf" : " ^3.0.2" ,
45
46
"ts-jest" : " ^26.4.4" ,
Original file line number Diff line number Diff line change @@ -1433,6 +1433,10 @@ escodegen@^1.14.1:
1433
1433
optionalDependencies :
1434
1434
source-map "~0.6.1"
1435
1435
1436
+ " eslint-plugin-fp-ts@link:./lib " :
1437
+ version "0.0.0"
1438
+ uid ""
1439
+
1436
1440
eslint-scope@^5.1.1 :
1437
1441
version "5.1.1"
1438
1442
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
You can’t perform that action at this time.
0 commit comments