Skip to content

Commit 8a5843a

Browse files
committed
Use Eslint Airbnb for project
1 parent 6c189f5 commit 8a5843a

File tree

4 files changed

+1342
-0
lines changed

4 files changed

+1342
-0
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "airbnb"
3+
}

.gitignore

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

0 commit comments

Comments
 (0)