Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-10-10 05:43:14 +0300
committerMichaël Zasso <targos@protonmail.com>2021-10-13 11:24:43 +0300
commit50f91ab059e0b2558671f8402cc64c0fd966005e (patch)
tree5cd23de27106938ea42762bacb4c3a0c3b097f3d /.eslintrc.js
parent3611073145f30ddb84ce22535c4c82b8751bbce3 (diff)
tools: udpate @babel/eslint-parser
Remove unused plugins and update @babel/eslint-parser PR-URL: https://github.com/nodejs/node/pull/40394 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index c5511f4609e..1464ae2e23e 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -36,10 +36,6 @@ module.exports = {
plugins: ['markdown', 'node-core'],
parser: '@babel/eslint-parser',
parserOptions: {
- babelOptions: {
- plugins: [
- ],
- },
requireConfigFile: false,
sourceType: 'script',
},