Skip to content

Commit fdb3763

Browse files
author
Vlad Synkov
committed
build to .eslitignore
1 parent f094c08 commit fdb3763

18 files changed

+3637
-3
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/**/*
2+
build/

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ dist/*
33
!dist/react-grid-layout.min*
44
!dist/*.html
55
npm-debug.log
6-
build/
76
.idea

.jshintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.jshintrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"node": true,
3+
4+
"curly": true,
5+
"latedef": true,
6+
"quotmark": true,
7+
"undef": true,
8+
"unused": true,
9+
"trailing": true
10+
}

0 commit comments

Comments
 (0)