Socket
Socket
Sign inDemoInstall

eslint-config-ezze-react-ts

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-ezze-react-ts

ESLint rules for TypeScript with React


Version published
Weekly downloads
3
Maintainers
1
Install size
10.9 kB
Created
Weekly downloads
 

Changelog

Source

0.10.0 (2021-02-16)

  • eslint-config-ezze-ts dependency is updated.

Readme

Source

eslint-config-ezze-react-ts

ESLint configuration for TypeScript with React support.

Installation

yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-config-ezze-react-ts --dev

or

npm install eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-config-ezze-react-ts --save-dev

Usage

Create .eslintrc.json file in your project and place the following there:

{
  "extends": "ezze-react-ts"
}

See Shareable configs for more details.

Contribution

Before making a pull request be sure your changes are rebased to develop branch.

License

MIT

Keywords

FAQs

Last updated on 16 Feb 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc