This package has been deprecated

Author message:

This package has been permanently deprecated. It has been replaced with eslint-config-get-off-my-lawn@5.0.0, which now includes prettier support directly.

eslint-config-get-off-my-lawn-prettier

1.0.0 • Public • Published

eslint-config-get-off-my-lawn-prettier

A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript, optimized for seamless use with Prettier.

eslint-config-get-off-my-lawn-prettier

All the crankiness of eslint-config-get-off-my-lawn, but with all the rules that might conflict with Prettier turned off.

Install

$ yarn add eslint eslint-config-get-off-my-lawn-prettier --dev

Usage

Create an ESLint config in your package.json or .eslintrc.js file.

package.json

{
    "name": "my-awesome-project",
    "eslintConfig": {
        "extends": "get-off-my-lawn-prettier",
        "rules": {
            // enable additional rules, override rule options, or disable rules
        }
    }
}

.eslintrc.js

module.exports = {
    extends: 'get-off-my-lawn-prettier',
    rules: {
        // enable additional rules, override rule options, or disable rules
    }
};

Related

License

MIT © Michael Novotny

Package Sidebar

Install

npm i eslint-config-get-off-my-lawn-prettier

Weekly Downloads

22

Version

1.0.0

License

MIT

Unpacked Size

186 kB

Total Files

14

Last publish

Collaborators

  • manovotny