lint-staged-config
Shared base lint-staged config for @oakfinch projects
Installation
Using npm
:
npm install --save-dev @oakfinch/lint-staged-config
Using yarn
:
yarn add -D @oakfinch/lint-staged-config
Usage
.lintstaged.js
module.exports = {
...require("@oakfinch/lint-staged-config"),
// your rules here
};