0.0.11 • Published 3 years ago

@headforwards-spd/eslint-config-spd v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-config-spd

To use eslint-config-spd, first install the package:

yarn add @headforwards-spd/eslint-config-spd

then add a .eslintrc.js file which extends SPD config:

module.exports = {
  extends: ['@headforwards-spd/spd'],
};