2.2.0 • Published 9 months ago

@exodus/eslint-config-javascript v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@exodus/eslint-config-javascript

Config for eslint to use in Exodus projects

Config for vanilla JS projects

Use yarn add --dev @exodus/eslint-config-javascript eslint to install the required dependencies and the snippet below to initialize your .eslintrc.js

// .eslintrc.js
module.exports = {
  extends: ['@exodus/eslint-config-javascript'],
  // ... customization
}