eslint-config-art
v1.2.2
Published
Package for shared eslint config across apps
Maintainers
Readme
Articulate MarkOps Shared eslint config
Installation
Add this line to your app's package.json:
yarn add --dev eslint eslint-config-artor
npm install --save-dev eslint eslint-config-artUsage
Copy the following code snippet into a eslintrc.js in your app's root directory:
module.exports = {
extends: ["eslint-config-art"],
parserOptions: {
tsconfigRootDir: __dirname,
project: "tsconfig.json",
},
};Release Instructions
Update the
versionnumber in package.jsonRun:
$ npm publish --access=public- git push, git paid
