2.0.1 • Published 2 years ago

@gvrs/eslint-config v2.0.1

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

@gvrs/eslint-config

npm (scoped) NPM PRs Welcome

Setup

1) Install (with peer dependencies)

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

2) Extend config

For React:

extends: [
+ '@gvrs/eslint-config/react'
]

Base only

extends: [
+ '@gvrs/eslint-config/base'
]

3) Set parserOptions.project

{
+ parserOptions: {
+   project: './tsconfig.json'
+ }
}

Additional Documentation

2.0.1

2 years ago

2.0.1-next.1

2 years ago

2.0.0

2 years ago

2.0.0-next.2

2 years ago

2.0.0-next.1

2 years ago

1.0.2

2 years ago

1.0.1-next.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-next.1

2 years ago