1.2.10 • Published 1 year ago

eslint-config-consignity v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Publish Package

eslint-config-consignity

This package provide eslint configuration for all consignity projects.

Installation

Just install the package by :

npm install --save-dev eslint eslint-config-consignity

Then create .eslintrc.cjs as below :

// .eslintrc.cjs
module.exports = {
  env: {
    browser: true,
    es2021: true,
  },
  extends: ["eslint:recommended", "consignity"],
  parserOptions: {
    ecmaVersion: 12,
    sourceType: "module",
  },
  rules: {},
};
1.2.10

1 year ago

1.2.8

1 year ago

1.2.6

1 year ago

1.2.9

1 year ago

1.2.5

1 year ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago