Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

eslint-config-kununu-universal

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-kununu-universal

kununu's Universal ESLint config

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
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=eslint-config-kununu-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 eslint-config-kununu-universal eslint@^#.#.# eslint-plugin-babel@^#.#.# eslint-plugin-flowtype@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-react@^#.#.#
  • Add "extends": "kununu-universal" to your .eslintrc

Keywords

eslint

FAQs

Package last updated on 19 Jan 2017

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