@blockmatic/eslint-config-base
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,1 +5,16 @@ # Change Log | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## 1.0.1 (2019-10-20) | ||
### Bug Fixes | ||
* **eslint-config-base:** disable camel case names enforcement ([bcfaa4d](https://github.com/blockmatic/dev-scripts/commit/bcfaa4d)) | ||
# 1.0.0 (2019-09-10) | ||
## 1.3.1 (2019-09-10) |
@@ -211,4 +211,4 @@ module.exports = { | ||
'brace-style': [2, '1tbs', { allowSingleLine: true }], | ||
// require camel case names | ||
camelcase: [2, { properties: 'never' }], | ||
// disable camel case enforcement | ||
camelcase: 0, | ||
// enforce spacing before and after comma | ||
@@ -215,0 +215,0 @@ 'comma-spacing': [2, { before: false, after: true }], |
{ | ||
"name": "@blockmatic/eslint-config-base", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -19,3 +19,4 @@ "description": "Blockmatic's base ESLint config", | ||
"node": ">=10" | ||
} | ||
}, | ||
"gitHead": "920bddd28393a233dca7077e4ff815597ce678f3" | ||
} |
17437
7