@underscope/eslint-config

0.6.0 • Public • Published

eslint-config-underscope

Underscope ESLint config using Prettier, React and React Native.

How to use

$ yarn add @underscope/eslint-config

.eslintrc:

{
    "extends" "@underscope/eslint-config",
    "rules" {
        ...
    }
}

Integrating with VSCode

Open the command pallete by pressing CMD + SHIFT + P and type "Open Settings (JSON)", then make sure you have the following config:

{
  "[javascript]": {
    "editor.formatOnSave": false
  },
  "editor.formatOnSave": true,
  "prettier.disableLanguages": ["js"],
  "eslint.autoFixOnSave": true,
  "eslint.alwaysShowStatus": true
}

Package Sidebar

Install

npm i @underscope/eslint-config

Weekly Downloads

0

Version

0.6.0

License

MIT

Unpacked Size

5.78 kB

Total Files

6

Last publish

Collaborators

  • axelschenkel
  • gaguirre
  • ignacioola
  • jpgarcia
  • underscopedev
  • vcalvello