@satellitestudio/eslint-config

1.2.2 • Public • Published

@satellitestudio/eslint-config

npm version GitHub license

Eslint config based on eslint-config-react-app with some custom rules and prettier integration

Installation

npx install-peerdeps --dev @satellitestudio/eslint-config

# or
yarn add @satellitestudio/eslint-config -D --peer

Usage

Eslint

Now add the config to either your package.json:

JS

{
  "eslintConfig": {
    "extends": "@satellitestudio/eslint-config"
  }
}

to your .eslintrc:

{
  "extends": "@satellitestudio/eslint-config"
}

Typescript

{
  "eslintConfig": {
    "extends": "@satellitestudio/eslint-config/typescript"
  }
}

to your .eslintrc:

{
  "extends": "@satellitestudio/eslint-config/typescript"
}

Prettier

to your .prettierrc.js:

module.exports = require('@satellitestudio/eslint-config/prettier.config')

Recommendations

VS Code

Install the ESLint and Prettier VSCode extensions:

ext install esbenp.prettier-vscode dbaeumer.vscode-eslint

Copy this to settings.json

  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": false, // avoids running the format twice,
  "eslint.autoFixOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },

LICENCE

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @satellitestudio/eslint-config

      Weekly Downloads

      2

      Version

      1.2.2

      License

      MIT

      Unpacked Size

      5.07 kB

      Total Files

      7

      Last publish

      Collaborators

      • j8seangel
      • nerik