1.0.4 • Published 4 years ago

eslint-config-lalilo v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

eslint-config-lalilo

Install

yarn add -eslint-config-lalilo

Usage

//eslint.js

module.exports = {
  root: true,
  extends: "lalilo",
  plugins: "@typescript-eslint",
  parser: '@typescript-eslint/parser',
  parserOptions: {
    project: './tsconfig.json',
    tsconfigRootDir: __dirname,
  },
}

You will probably need to change your .eslintrc in a .eslintrc.js