Skip to content

Commit 703355d

Browse files
authored
refactor: move eslintIgnore to package.json (#23)
1 parent 526d103 commit 703355d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

templates/library/$.eslintignore

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

templates/library/$package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
]
7676
}
7777
},
78+
"eslintIgnore": ["node_modules/", "lib/"],
7879
"@react-native-community/bob": {
7980
"source": "src",
8081
"output": "lib",

0 commit comments

Comments
 (0)