Skip to content

Commit c3e4896

Browse files
committed
Change main file
1 parent 883bf99 commit c3e4896

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@netlify/node-eslint-config",
33
"version": "0.1.0",
4-
"main": ".prettierrc.js",
4+
"main": ".eslintrc.js",
55
"files": [
66
".eslintrc.js",
7-
".editorconfig"
7+
".prettierrc.js",
8+
".editorconfig",
9+
".gitattributes"
810
],
911
"scripts": {
1012
"test": "run-s format test:dev",

0 commit comments

Comments
 (0)