ESLint config ✅
Shareable ESLint configuration. See instructions how to install and use ESLint.
With yarn:
yarn add --dev @ecosia/eslint-configor npm:
npm i --save-dev @ecosia/eslint-configExtends 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"
}