Skip to content

Commit

Permalink
chore: ga.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed May 15, 2020
1 parent 763804f commit feca432
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 542 deletions.
19 changes: 7 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
module.exports = {
extends: [
'react-app',
],
plugins: [
'baseui',
],
extends: ['react-app'],
plugins: ['baseui'],
rules: {
'baseui/deprecated-theme-api': 'warn',
'baseui/deprecated-component-api': 'warn',
'baseui/no-deep-imports': 'warn',

'indent': [
indent: [
'error',
2,
{
'SwitchCase': 1,
}
SwitchCase: 1,
},
],
'no-warning-comments': 0,
'comma-dangle': ['error', 'always-multiline'],
'object-curly-spacing': [
'error',
'always',
{
'arraysInObjects': false,
'objectsInObjects': true,
arraysInObjects: false,
objectsInObjects: true,
},
],
},
Expand Down
Loading

0 comments on commit feca432

Please sign in to comment.