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