Apply Javascript styleguide
This commit is contained in:
parent
752ce964c8
commit
6e0f351093
30 changed files with 364 additions and 375 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"extends": "airbnb/base",
|
||||
"ecmaFeatures": {
|
||||
"modules": true,
|
||||
"jsx": true
|
||||
|
@ -9,6 +10,6 @@
|
|||
},
|
||||
"rules": {
|
||||
"quotes": [2, "single"],
|
||||
"no-underscore-dangle": [0]
|
||||
"no-underscore-dangle": [0],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue