mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
9 lines
235 B
JavaScript
9 lines
235 B
JavaScript
module.exports = {
|
|
extends: [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
parser: "@typescript-eslint/parser",
|
|
plugins: ["@typescript-eslint"]
|
|
};
|