0.0.4 • Published 2 years ago

@novas/eslint-config v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@novas/eslint-config

ESLint config for ES2021 and TypeScript

Installation

To use in your own custom configuration, install then extend this package in your ESLint config:

  1. Install dependencies
yarn add --dev @novas/eslint-config @babel/core @babel/eslint-parser @babel/eslint-plugin @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-plugin-react eslint-plugin-react-hooks typescript 

Note: Due to the way ESLint overrides work, Typescript devDependencies are required regardless of whether you are using Typescript in your project.

  1. Configure ESLint
// .eslintrc
{
    "extends": ["@novas/eslint-config"]
}
0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago