1.5.0 • Published 6 years ago
eslint-config-ff v1.5.0
NPM publication
Package is currently published in napm and can be downloaded to any project.
NPM link - https://www.npmjs.com/package/eslint-config-ff
How to use
- Install the package and all its peer dependencies as devDependencies in your project
npm i eslint-config-ff --save-dev
npx install-peerdeps -d eslint-config-ff
- Create or use the
.eslintrc.js
file, insert and save
module.exports = {
extends: "ff",
};