Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 492 Bytes

Install

npm i --save-dev eslint-config-memcrab

Add to the tsconfig next lines

  "parserOptions": {
    "project": [
      "./tsconfig.json"
    ]
  },

If using npm 5+, use this shortcut

npx install-peerdeps --dev eslint-config-memcrab

If not

npm i --save-dev eslint eslint-plugin-no-loops @typescript-eslint/parser eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsdoc @getify/eslint-plugin-proper-arrows @typescript-eslint/eslint-plugin