UNPKG
@codemein/eslint-config-tesco-react-prettier
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.5
1.0.4
1.0.3
Tesco's ESLint config with React, following Tesco's styleguide
@codemein/eslint-config-tesco-react-prettier
/
eslint-config-tesco-react-prettier.test.js
8 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
config
from
'.'
;
describe
(
'eslint-config-tesco-react-prettier'
,
() =>
{
it
(
'should have correct config'
,
() =>
{
expect
(config).
toMatchSnapshot
(); }); });