Skip to content

Commit fe7df40

Browse files
manudeliTkDodo
andauthored
chore(.eslintignore): add eslint ignoring rule (#5813)
* chore(.eslintignore): add ignoring rule * chore(ignore): ignore build excluding top level * chore: fix prettier --------- Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 075a3c8 commit fe7df40

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*/**/build

.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ yarn.lock
88

99
# builds
1010
types
11-
build
12-
*/build
13-
dist
14-
lib
15-
es
11+
*/**/build
12+
*/**/dist
13+
*/**/lib
14+
*/**/es
1615
artifacts
1716
.rpt2_cache
1817
coverage
@@ -39,9 +38,7 @@ stats.html
3938

4039
*.log
4140
.DS_Store
42-
node_modules
4341
.cache
44-
dist
4542
.idea
4643

4744
nx-cloud.env

scripts/publish.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// Originally ported to TS from https://github.com/remix-run/react-router/tree/main/scripts/{version,publish}.js
32
import path from 'path'
43
import { execSync } from 'child_process'

0 commit comments

Comments
 (0)