Skip to content

Commit fc51b67

Browse files
Merge pull request #17456 from mauriciofauth/js-module-console
Extract `console.js` objects into `console` module
2 parents 3befb5f + 642762c commit fc51b67

6 files changed

Lines changed: 1549 additions & 1540 deletions

File tree

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"plugin:compat/recommended"
66
],
77
"plugins": ["no-jquery"],
8+
"parserOptions": {
9+
"ecmaVersion": 6,
10+
"sourceType": "module"
11+
},
812
"env": {
913
"browser": true,
1014
"es6": true,

0 commit comments

Comments
 (0)