Skip to content

Commit

Permalink
FIX eslint-config-adidas-babel parserOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RecuencoJones committed Feb 3, 2021
1 parent 2ffe4d9 commit 33f1c96
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ This changelog is only to log changes of the project base.
If there are changes on the packages, please, check and update the changelog of each package accordingly.
-->

## 1.9.4

- Fixed configuration for `eslint-config-adidas-babel`.

## 1.9.3

- Fixed semver of required patch versions.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-linter-configs",
"version": "1.9.3",
"version": "1.9.4",
"description": "adidas configurations for JavaScript linting tools",
"license": "MIT",
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-adidas-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.1

- Fixed `parserOptions` to not require config file on packages from `node_modules`. [babel/babel#11975](https://github.com/babel/babel/issues/11975)

# 1.3.0

- Updated ESLint to version 7.
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-adidas-babel/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
parser: '@babel/eslint-parser',
parserOptions: {
requireConfigFile: false,
allowImportExportEverywhere: false,
ecmaFeatures: {
experimentalObjectRestSpread: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-adidas-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-babel",
"version": "1.3.0",
"version": "1.3.1",
"description": "ESLint configuration to use @babel/eslint-parser",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 33f1c96

Please sign in to comment.