Socket
Socket
Sign inDemoInstall

@amedia/eslint-config-amedia

Package Overview
Dependencies
0
Maintainers
51
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @amedia/eslint-config-amedia

ESLint configuration to be used by developers at Amedia


Version published
Weekly downloads
4
decreased by-69.23%
Maintainers
51
Install size
6.28 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-amedia

IF you were previously using eslint-config-amedia for base config, please change it to eslint-config-amedia-base

This is the mothership for maintaining all of Amedias eslint configs.

Common ESLint/Prettier configuration for all Javascript developers. Extends AirBnB's configuration As for now we support Node projects written in Javascript, but support for React and TypeScript will be added upon request.

For an overview of all possible rules, see http://eslint.org/docs/rules/

Inspired by : (https://github.com/natterstefan/eslint-config-ns) In August 2018, he published an article with the title "How to create your own shared esLint, prettier and stylelint configuration" on Medium.

Features

Install

Assumptions

This ESLint configuration comes with some fundamental assumptions:

  • react and/or node environment
  • jest as the selected test-suite
  • browser and/or node environment
  • parser: babel (used babel-eslint parser)

NEXT ?

Additions / changes

Create a new issue and get it reviewed by #fag-front. We'd like as many projects as possible to run the same linter.

Development and publishing

If you have made changes to any of these configs (throught PR of couse), publish new version like so:

$ npx lerna publish

The Lerna cli will prompt for appropriate versioning.

3.x.x Installation

Requires NPM v6 or newer.

npm install --save-dev @amedia/eslint-config-amedia
Changelist
  • Upgraded all dependencies
  • Removed Legacy and Flow support
  • Introduced Prettier and Mocha support
  • Remove mocha support
  • Add packages for base (vanillaJs) and react

>= v2

Deprecated

Keywords

FAQs

Last updated on 01 Feb 2022

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