@aquestsrl/eslint-config

Shareable ESLint configuration

Usage no npm install needed!

<script type="module">
  import aquestsrlEslintConfig from 'https://cdn.skypack.dev/@aquestsrl/eslint-config';
</script>

README

@aquestsrl/eslint-config

Shareable ESLint configuration

Getting started

First of all, install install-peerdeps, then launch:

yarn

install-peerdeps eslint-config-airbnb -d -Y
install-peerdeps @aquestsrl/eslint-config -d -Y
yarn add @aquestsrl/eslint-config -D

npm

install-peerdeps eslint-config-airbnb -d
install-peerdeps @aquestsrl/eslint-config -d
npm install @aquestsrl/eslint-config -D

Usage

Extends from your project creating an .eslintrc on root:

{
    "extends": "@aquestsrl/eslint-config"
}