1.0.2 • Published 6 years ago

@fewlines/fewlines-node-linters v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

fewlines-node-linters

Disclaimer: this package is made internally and is open source for convenience: feel free to use it and suggest amelioration but note that we reserve the right to not think it good for us.

This package includes the shareable configuration used by Fewlines for projects using Javascript and/or CSS.

It contains rules for linting .js and .css files.

Usage

yarn add -D @fewlines/fewlines-node-linters

Then add to your package.json:

  "eslintConfig": {
    "extends": "@fewlines/fewlines-js"
  },
  "stylelint": {
    "extends": "@fewlines/stylelint-config-fewlines-css"
  }