This package provides Spoke's .eslintrc as an extensible shared config ✨
Install the library using
npm install --save-dev eslint--config-spoke
Create a .eslintrc file in the root of the repo you are working on and extend the preset/config you wish to use
e.g. using the typescriptService and mocha linting rules
{
"extends": ["spoke/presets/typescriptService", "spoke/configs/mocha"]
}