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
/
index.js
10 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@module
Eslint configuration with Prettier */
/** * Basic Eslint configuration with Prettier. */
module.exports = {
extends
: [
'@codemein/eslint-config-tesco'
,
'plugin:prettier/recommended'
], };