REFACTOR: Ripple effect

TODO: Segmented buttons styles
This commit is contained in:
2024-02-09 21:18:20 +04:00
committed by doryan
parent 9c7f163af9
commit 22d75a2952
17 changed files with 249 additions and 279 deletions

View File

@@ -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',