Socket
Socket
Sign inDemoInstall

eslint-config-baumeister

Package Overview
Dependencies
245
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-baumeister

Shareable ESLint Config for Baumeister


Version published
Weekly downloads
1
decreased by-94.44%
Maintainers
2
Install size
4.67 MB
Created
Weekly downloads
 

Changelog

Source

1.2.0 (2019-02-11)

Bug Fixes

  • release: Remove nsp since its dead and gone (65f57c5)

Features

  • Update to latest ESLint (5.13.x) and configure prefer-destructuring as warning (fb0f32a)

<a name="1.1.0"></a>

Readme

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 --only=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

Last updated on 11 Feb 2019

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