chore(deps): update dependency eslint-plugin-emotion to v11 (#4594)

This commit is contained in:
renovate[bot]
2020-11-18 18:59:30 +02:00
committed by GitHub
parent 9741a79e49
commit 8326e8e47b
5 changed files with 12 additions and 11 deletions

View File

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