Skip to content

Commit f40d293

Browse files
committed
chore: move eslint config back to separate file
1 parent 1afa39d commit f40d293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "ipfs"
3+
}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
]
1818
}
1919
},
20-
"eslintConfig": {
21-
"extends": "ipfs"
22-
},
2320
"files": [
2421
"dist",
2522
"src"

0 commit comments

Comments
 (0)