Ignore:
Timestamp:
2022-11-02T12:05:26+13:00 (18 months ago)
Author:
cstephen
Message:

Update the korero-maori-asr project to fix dependency vunerabilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/atea/trunk/interfaces/atea/korero-maori-asr/.eslintrc.js

    r35491 r36872  
    99    ],
    1010    parserOptions: {
    11         parser: "babel-eslint"
     11        parser: "@babel/eslint-parser"
    1212    },
    1313    rules: {
     
    1919        "array-bracket-spacing": [ "error", "always" ],
    2020        "brace-style": [ "error", "stroustrup" ],
    21         "generator-star-spacing": [ "error", "after" ]
     21        "generator-star-spacing": [ "error", "after" ],
     22        "object-shorthand": "off"
    2223    }
    2324}
Note: See TracChangeset for help on using the changeset viewer.