Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 281 Bytes

File metadata and controls

17 lines (11 loc) · 281 Bytes

eslint-config

ESLint config for Team repos

Usage

npm install --save-dev git+https://github.com/7digital/eslint-config

Then add the following to your .eslint.config.js:

import config from 'eslint-config/my-config.js';

export default config;