Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@kununu/eslint-config-universal

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@kununu/eslint-config-universal

kununu's Universal ESLint config

unpublished
latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
4
Created
Source

eslint-config-kununu-universal

@kununu's Universal ESLint config.

Install

This contains ESLint rules for ECMAScript 6+, React and Flow. It requires eslint, eslint-plugin-babel, eslint-plugin-flowtype, eslint-plugin-import, eslint-plugin-jsx-a11y, and eslint-plugin-react.

  • Ensure packages are installed with correct version numbers by running:
(
  export PKG=@kununu/eslint-config-universal;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Which produces and runs a command like:

npm install --save-dev @kununu/eslint-config-universal eslint@^#.#.# eslint-plugin-babel@^#.#.# eslint-plugin-flowtype@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-react@^#.#.#
  • Add "extends": "@kununu/eslint-config-universal" to your .eslintrc

Keywords

eslint

FAQs

Package last updated on 07 May 2018

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