Skip to content

Commit

Permalink
babel-plugins: remove simple-array-destructuring (ampproject#35695)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri authored and caroqliu committed Aug 17, 2021
1 parent 4a4a9bc commit e8f67d5
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 254 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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 Down
1 change: 0 additions & 1 deletion build-system/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ module.exports = {
},
'rules': {
'import/no-unresolved': 0,
'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 @@ -57,7 +57,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-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 @@ -64,7 +64,6 @@ function getPreClosureConfig() {
'./build-system/babel-plugins/babel-plugin-transform-amp-extension-call',
'./build-system/babel-plugins/babel-plugin-transform-html-template',
'./build-system/babel-plugins/babel-plugin-transform-jss',
'./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.

1 change: 0 additions & 1 deletion examples/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = {
'jsdoc/require-param': 0,
'jsdoc/require-returns-type': 0,
'jsdoc/require-returns': 0,
'local/no-array-destructuring': 0,
'local/no-bigint': 0,
'local/no-deep-destructuring': 0,
'local/no-dynamic-import': 0,
Expand Down

0 comments on commit e8f67d5

Please sign in to comment.