eslint-config-constellation

0.0.26 • Public • Published

ESLint Config Constellation

Install

yarn add --dev eslint-config-constellation

and then

npx install-peerdeps --dev eslint-config-constellation

Usage

On your .eslintrc

{
  "extends": ["eslint-config-constellation"],
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "settings": {
    "import/parsers": {
      "@typescript-eslint/parser": [".ts", ".tsx"]
    },
    "import/resolver": {
      "typescript": {
        "project": "./tsconfig.json"
      }
    }
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-constellation

Weekly Downloads

2

Version

0.0.26

License

MIT

Unpacked Size

4.95 kB

Total Files

3

Last publish

Collaborators

  • blockchain-official
  • pedroapfilho