UNPKG

@codemein/eslint-config-tesco-prettier

Version:

Tesco's ESLint config with Prettier, following Tesco's styleguide

8 lines (6 loc) 165 B
import config from '.'; describe('eslint-config-tesco-prettier', () => { it('should have correct config', () => { expect(config).toMatchSnapshot(); }); });