@headforwards-spd/eslint-config-spd-ts
v0.0.11
Published
To use `eslint-config-spd-ts`, first install the package:
Downloads
79
Readme
eslint-config-spd-ts
To use eslint-config-spd-ts
, first install the package:
yarn add @headforwards-spd/eslint-config-spd-ts
then add a .eslintrc.js
file which extends SPD config:
module.exports = {
extends: ['@headforwards-spd/spd-ts'],
};