REFACTOR: Ripple effect
TODO: Segmented buttons styles
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
||||
plugins: ['react'],
|
||||
rules: {
|
||||
// Possible errors
|
||||
'no-console': 'warn',
|
||||
'no-console': 'off',
|
||||
// Best practices
|
||||
'dot-notation': 'error',
|
||||
'no-else-return': 'error',
|
||||
@@ -36,9 +36,10 @@ module.exports = {
|
||||
// Stylistic
|
||||
'array-bracket-spacing': 'error',
|
||||
'computed-property-spacing': ['error', 'never'],
|
||||
'@typescript-eslint/no-unused-vars': 'warn',
|
||||
curly: 'error',
|
||||
'no-lonely-if': 'error',
|
||||
'no-unneeded-ternary': 'error',
|
||||
'no-unneeded-ternary': 'warn',
|
||||
'one-var-declaration-per-line': 'error',
|
||||
quotes: [
|
||||
'error',
|
||||
|
||||
Reference in New Issue
Block a user