Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow array spread and rest params #34282

Closed
wants to merge 10 commits into from
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ module.exports = {
'local/is-experiment-on': 2,
'local/json-configuration': 2,
'local/jss-animation-name': 2,
'local/no-array-destructuring': 2,
'local/no-arrow-on-register-functions': 2,
'local/no-bigint': 2,
'local/no-deep-destructuring': 2,
Expand All @@ -160,8 +159,6 @@ module.exports = {
'local/no-mixed-interpolation': 2,
'local/no-mixed-operators': 2,
'local/no-module-exports': 2,
'local/no-rest': 2,
'local/no-spread': 2,
'local/no-static-this': 2,
'local/no-style-display': 2,
'local/no-style-property-setting': 2,
Expand Down
1 change: 0 additions & 1 deletion build-system/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module.exports = {
'Key': false,
},
'rules': {
'local/no-array-destructuring': 0,
'local/no-bigint': 0,
'local/no-dynamic-import': 0,
'local/no-export-side-effect': 0,
Expand Down
1 change: 0 additions & 1 deletion build-system/babel-config/minified-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function getMinifiedConfig() {
'./build-system/babel-plugins/babel-plugin-transform-html-template',
'./build-system/babel-plugins/babel-plugin-transform-jss',
'./build-system/babel-plugins/babel-plugin-transform-version-call',
'./build-system/babel-plugins/babel-plugin-transform-simple-array-destructure',
'./build-system/babel-plugins/babel-plugin-transform-default-assignment',
replacePlugin,
'./build-system/babel-plugins/babel-plugin-transform-amp-asserts',
Expand Down
1 change: 0 additions & 1 deletion build-system/babel-config/pre-closure-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function getPreClosureConfig() {
'./build-system/babel-plugins/babel-plugin-transform-html-template',
'./build-system/babel-plugins/babel-plugin-transform-jss',
'./build-system/babel-plugins/babel-plugin-transform-version-call',
'./build-system/babel-plugins/babel-plugin-transform-simple-array-destructure',
'./build-system/babel-plugins/babel-plugin-transform-default-assignment',
replacePlugin,
'./build-system/babel-plugins/babel-plugin-transform-amp-asserts',
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

84 changes: 0 additions & 84 deletions build-system/eslint-rules/no-array-destructuring.js

This file was deleted.

Loading