Skip to content

Commit 4c5bf03

Browse files
committed
Add eslintrc of Airbnb
1 parent c17c7e6 commit 4c5bf03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
extends: 'airbnb',
3+
plugins: [
4+
'react',
5+
],
6+
};

0 commit comments

Comments
 (0)