UNPKG
@codemein/eslint-config-tesco-prettier
Version:
latest (1.0.15)
1.0.15
1.0.14
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
Tesco's ESLint config with Prettier, following Tesco's styleguide
@codemein/eslint-config-tesco-prettier
/
eslint-config-tesco-prettier.test.js
8 lines
(6 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
config
from
'.'
;
describe
(
'eslint-config-tesco-prettier'
,
() =>
{
it
(
'should have correct config'
,
() =>
{
expect
(config).
toMatchSnapshot
(); }); });