Skip to content

Commit

Permalink
[INTERNAL] ESLint: Remove global 'jQuery', make 'sap' readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Aug 15, 2023
1 parent bb8682f commit 077c19d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
},
"extends": "eslint:recommended",
"globals": {
"sap": true,
"jQuery": true
"sap": "readonly"
},
"rules": {
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
Expand Down

0 comments on commit 077c19d

Please sign in to comment.