1.2.9 • Published 5 years ago

eslint-config-logicspot v1.2.9

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Logicspot (http://logicspot.com) ESLint config file

Default Logicspot ESLint config, with added Prettier warnings for consistant code

Install:

npm install eslint-config-logicspot

Add to your ESLint config (.eslintrc or simular):

{
  "extends": ["eslint-config-logicspot"]
}

By default this config supports ES6, but to downgrade to an ES5 only prodject, you can use this config instead

{
  "extends": ["eslint-config-logicspot/legacy"]
}
1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago