Skip to content

Commit 3c78d55

Browse files
committed
Setup eslint.
1 parent 1447d07 commit 3c78d55

3 files changed

Lines changed: 1472 additions & 0 deletions

File tree

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
"extends": "airbnb-base"
3+
};

0 commit comments

Comments
 (0)