eslint-config-es
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -244,3 +244,3 @@ 'use strict'; | ||
'semi-spacing': [ 2, { before: false, after: true }], | ||
'sort-keys': [ 2, 'asc', { caseSensitive: true, natural: true }], | ||
'sort-keys': [ 0 ], | ||
'sort-vars': [ 2, { ignoreCase: true }], | ||
@@ -247,0 +247,0 @@ 'space-before-blocks': [ 2, 'always' ], |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.8.2", | ||
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.", | ||
"version": "0.8.3", | ||
"description": "eslint-config-es contains a very strict ESLint configuration for ES2015 and above.", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
# eslint-config-es | ||
eslint-config-es contains a strict ESLint configuration for ES2015. | ||
eslint-config-es contains a very strict ESLint configuration for ES2015 and above. | ||
@@ -16,3 +16,3 @@ ## Installation | ||
This module contains a strict ESLint configuration and ES2015, both for server and client development. | ||
This module contains a very strict ESLint configuration for ES2015 and above, both for server and client development. Its aims to eradicate *any* variation in code style. If you can not tell any more, based on little individual manners, who of your co-workers wrote a piece of code, this module succeeded. This helps you to narrow down your focus to pure functionality, as you do not have to think about code styling any more at all. | ||
@@ -19,0 +19,0 @@ To use one of those configurations, create a `.eslintrc.json` file in your project and use the `extends` keyword. |
12144