Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-baumeister

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-baumeister

Shareable ESLint Config for Baumeister

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

npm version Build Status devDependency Status peerDependencies Status

eslint-config-baumeister

This package provides Baumeisters ESLint settings as an extensible shared config.

The settings are based on eslint-config-xo, eslint-plugin-unicorn, eslint-plugin-security, eslint-plugin-import, eslint-plugin-filenames with a few adaptions.

Install

$ npm install eslint-config-baumeister --save-dev
$ npx install-peerdeps eslint-config-baumeister --dev --only-peers

Note: Installation needs npm >= 5.2.0 to install the needed peer dependencies via npx install-peerdeps […]. If your are using an older npm version you need to install the peer dependencies with:

$ npm install eslint eslint-config-xo eslint-plugin-filenames eslint-plugin-import eslint-plugin-security eslint-plugin-unicorn --save-dev

Usage

Add some ESLint config to your package.json:

{
	"name": "my-awesome-project",
	"eslintConfig": {
		"extends": "baumeister"
	}
}

Or to .eslintrc:

{
	"extends": "baumeister"
}
  • Baumeister - The frontend build workflow for your needs.

License

MIT © Michael Kühnel

Keywords

FAQs

Package last updated on 11 Feb 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc