Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

ecosia/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint config ✅

Shareable ESLint configuration. See instructions how to install and use ESLint.

Install

With yarn:

yarn add --dev @ecosia/eslint-config

or npm:

npm i --save-dev @ecosia/eslint-config

Usage

Extends your project's ESLint config with the Ecosia one as follows:

{
  "extends": "@ecosia"
}

If you want to lint your Vue.js, extends your project's ESLint config with Ecosia Vue.js one instead:

{
  "extends": "@ecosia/eslint-config/vue"
}