Package Exports
- @chernodub/eslint-config
- @chernodub/eslint-config/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@chernodub/eslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eslint-config for typescript
I use this configuration for my personal projects that are built with different frameworks. The configuration is quite strict, so you may want to disable some rules in your project.
Installation
npm i -D @chernodub/eslint-config
- Add
@chernodub/eslint-configtoextendsof your eslint config (oroverridessection)
Development
- Very useful tool for querying AST via no-restricted-syntax - https://astexplorer.net/