2.0.3 • Published 2 years ago

@beemo/config-eslint v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Beemo - ESLint config

Build Status npm version npm deps

An official Beemo ESLint config based on eslint-config-beemo.

yarn install --dev eslint @beemo/core @beemo/driver-eslint @beemo/config-eslint

Setup

Create a configs/eslint.ts file in your Beemo configuration module that re-exports this config.

export { default } from '@beemo/config-eslint';

Settings

The following Beemo settings can be defined and will be passed to the config.

  • node (boolean) - Denote as a Node.js project. Defaults to false.
  • react (boolean | classic | automatic) - Enable React rules. Defaults to false.
export default {
	module: '<config-module>',
	drivers: ['eslint'],
	settings: {
		react: 'automatic',
	},
};
2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.11

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.10

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.0.1-alpha.4

3 years ago

0.1.1

3 years ago

0.0.1-alpha.2

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1-alpha.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.0.1-alpha.0

3 years ago