Socket
Socket
Sign inDemoInstall

eslint-config-lundegaard

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-lundegaard

ESLint configuration by Lundegaard


Version published
Weekly downloads
38
increased by8.57%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-lundegaard

by Lundegaard

🖍️ 🛡 🚀

Have a good start with your next JavaScript project.

The package provides `.eslintrc.*` as an extensible shared config.

Github MIT License Downloads Version

The package provides .eslintrc.* as an extensible shared configuration.

Usage

There are two ESLint configurations for you to use.

eslint-config-lundegaard

The default export contains all of our ESLint rules, including ECMAScript 6+ and React. It requires eslint, babel-eslint, eslint-plugin-babel, eslint-plugin-import and eslint-plugin-react.

Installation

yarn add -D eslint-config-lundegaard @babel/eslint-parser@7.15.0 @babel/eslint-plugin@7.14.5 eslint@7.32.0 eslint-plugin-import@2.23.4 eslint-plugin-react@7.24.0 eslint-plugin-react-hooks@4.2.0 eslint-plugin-jest@^24.4.0 eslint-plugin-jest-formatting@^3.0.0

or

npm install eslint-config-lundegaard @babel/eslint-parser@7.15.0 @babel/eslint-plugin@7.14.5 eslint@7.32.0 eslint-plugin-import@2.23.4 eslint-plugin-react@7.24.0 eslint-plugin-react-hooks@4.2.0 eslint-plugin-jest@^24.4.0 eslint-plugin-jest-formatting@^3.0.0 --save-dev

And add "extends": "lundegaard" to your .eslintrc.

eslint-config-lundegaard/base

The eslint-config-lundegaard excluding rules for React.

Add "extends": "eslint-config-lundegaard/base" to your .eslintrc.*.

  • react-union – Integrate React apps into various CMSs seamlessly.
  • validarium – Platform-agnostic validation library for JavaScript.
  • lundium – Beautiful React component library.
  • @redux-tools – Maintaining large Redux applications with ease.

Contributing

We are open to all ideas and suggestions, feel free to open an issue or a pull request!

See the contribution guide for guidelines.

License

All packages are distributed under the MIT license. See the license here.

FAQs

Package last updated on 15 Sep 2021

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