This package has been deprecated

Author message:

Please migrate to @nodecraft/eslint-config

eslint-config-nodecraft

7.5.0 • Public • Published

eslint-config-nodecraft

Actions Status

This package is modeled heavily off of Airbnb's base config. A huge thanks to their team.

Usage

We export our standard ESLint configuration.

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint, eslint-plugin-node, eslint-plugin-json & eslint-plugin-unicorn & eslint-plugin-vue.

  1. Install the correct versions of each package, which are listed by the command:
npm info "eslint-config-nodecraft@latest" peerDependencies

If using npm 5+, use this shortcut:

npx install-peerdeps --dev eslint-config-nodecraft
  1. Add "extends": "nodecraft" to your .eslintrc

If your application uses Vue.js, also add nodecraft/vue to your extends array to inherit our Vue rules, as well as nodecraft/vue-a11y for our Vue Accessibility rules.

Package Sidebar

Install

npm i eslint-config-nodecraft

Weekly Downloads

0

Version

7.5.0

License

MIT

Unpacked Size

26.5 kB

Total Files

18

Last publish

Collaborators

  • jamie-c
  • matthew.a
  • blazedd
  • cherryjimbo
  • ncworker