Skip to content

Commit

Permalink
Merge pull request #23 from elukey/master
Browse files Browse the repository at this point in the history
eslint: update settings to check ES2019
  • Loading branch information
ottomata committed Oct 17, 2023
2 parents aee1c2c + 1ffe2ec commit 0b07a85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
@@ -1,7 +1,8 @@
{
"extends": [
"wikimedia/server",
"wikimedia/jsdoc"
"wikimedia",
"wikimedia/node",
"wikimedia/language/es2019"
],
"rules": {
"array-bracket-spacing": "off",
Expand Down

0 comments on commit 0b07a85

Please sign in to comment.