Skip to content

Commit cffa892

Browse files
committed
Switch ESLint config and changed indentation from tabs to spaces
1 parent e546ce9 commit cffa892

15 files changed

+32231
-32244
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ insert_final_newline = true
1414
trim_trailing_whitespace = false
1515

1616
[*.js]
17-
indent_style = tab
17+
indent_size = 4

.eslintrc

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
{
2-
"extends": "airbnb",
3-
"parser": "babel-eslint",
4-
"rules": {
5-
"class-methods-use-this": 0,
6-
"indent": [2, "tab"],
7-
"no-tabs": 0,
8-
"react/jsx-indent": [2, "tab"],
9-
"react/jsx-indent-props" : [2, "tab"],
10-
"react/jsx-filename-extension": 0,
11-
"react/sort-prop-types": [2, {
12-
"callbacksLast": true,
13-
"requiredFirst": true
14-
}]
15-
},
2+
"extends": "takiyon-react",
163
"env": {
174
"browser": true,
185
"mocha": true

0 commit comments

Comments
 (0)