1.0.4 • Published 3 years ago

@tarantool.io/eslint-config-2 v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@tarantool.io/eslint-config

Sharable eslint configuration for Tarantool projects.

Usage

// .eslintrc.js
module.exports = {
  extends: ['@tarantool.io/eslint-config-2', '@tarantool.io/eslint-config-2/react'],
};

OR

// .eslintrc.js
module.exports = {
  extends: ['@tarantool.io/eslint-config-2', '@tarantool.io/eslint-config-2/react'],
  root: true,
  parserOptions: {
    project: './packages/@tarantool.io/**/tsconfig.json',
  },
};