2.8.4 • Published 5 years ago
@cognoa/eslint-config-default v2.8.4
Overview
This is a default configuration set-up for how I like my ESLint to be set up.
npm install eslint-config-default eslint eslint-plugin-promiseThen put this in .eslintrc:
'use strict';
module.exports = {
'extends': '@cognoa/eslint-config-default',
};Developer
If you want to know which new rules might exist out there which aren't specified:
yarn omitted-rulesThese rules are turned off:
yarn disabled-rulesErrors:
yarn error-rulesand warnings:
yarn warn-rules2.8.4
5 years ago