chore(deps): update dependency eslint-plugin-emotion to v11 (#4594)
This commit is contained in:
@ -25,9 +25,9 @@ module.exports = {
|
||||
'no-console': [0],
|
||||
'react/prop-types': [0],
|
||||
'no-duplicate-imports': 'error',
|
||||
'emotion/no-vanilla': 'error',
|
||||
'emotion/import-from-emotion': 'error',
|
||||
'emotion/styled-import': 'error',
|
||||
'@emotion/no-vanilla': 'error',
|
||||
'@emotion/import-from-emotion': 'error',
|
||||
'@emotion/styled-import': 'error',
|
||||
'require-atomic-updates': [0],
|
||||
'object-shorthand': ['error', 'always'],
|
||||
'prefer-const': [
|
||||
@ -37,7 +37,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
plugins: ['babel', 'emotion', 'cypress'],
|
||||
plugins: ['babel', '@emotion', 'cypress'],
|
||||
settings: {
|
||||
react: {
|
||||
version: 'detect',
|
||||
|
Reference in New Issue
Block a user