🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@abdullahceylan/eslint-config-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
a

@abdullahceylan/eslint-config-react

ESLint React Configuration.

1.1.0
latest
68

Supply Chain Security

100

Vulnerability

72

Quality

76

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Dependencies have 74 high alerts.

Socket optimized override available

Version published
Weekly downloads
7
133.33%
Maintainers
1
Weekly downloads
 
Created
Issues
0

@abdullahceylan/eslint-config-react

ESLint React configurations that I've used.

Install

npm install --save-dev @abdullahceylan/eslint-config-react

or

yarn add --dev @abdullahceylan/eslint-config-react

Usage

  • Create .eslintrc.js folder into root directory
  • Paste following:
    module.exports = {
      parser: 'babel-eslint',
      extends: [
        '@abdullahceylan/eslint-config', // optional
        '@abdullahceylan/eslint-config-react',
      ],
      env: {
        es6: true,
      },
      rules: {
        // your own rules
      },
    };
    

FAQs

Package last updated on 12 Mar 2019

Did you know?

Socket

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