Skip to content

Nubescope/eslint-config-underscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.alwaysShowStatus": true,
  "prettier.disableLanguages": ["js"]
}

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •