New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-benestudio

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-benestudio

Benestudio specific base linting rules for ESLint

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-benestudio

Benestudio specific base linting rules for ESLint

npm npm LICENSE Dependabot Status

Requirements

  • Node.js (version >= 10)

Installing

  • npm install -D eslint-config-benestudio

Usage

We export one configurations for your usage. eslint-config-benestudio

Our default export contains all of our ESLint rules, including ECMAScript 6+ and React. It requires eslint, eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-markdown, eslint-plugin-prettier, eslint-plugin-sort-imports-es6-autofix.


Install the correct versions of each package, which are listed by the command:

  • npm info "eslint-config-airbnb@latest" peerDependencies

If using npm 5+, use this shortcut

  • npx install-peerdeps --dev eslint-config-airbnb

Create a .eslintrc with the following content

{
  "extends": ["benestudio"]
}

Linting Javascript files

  • eslint .

Linting Markdown files

  • eslint . --ext .md
Inspiration
License

Copylefted (c) 2019 Bene Studio Licensed under the MIT license.

Keywords

FAQs

Package last updated on 24 Jul 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

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