mirror of
https://github.com/fjdu/obsidian-latex-unicode.git
synced 2026-07-22 07:30:30 +00:00
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
parser: '@typescript-eslint/parser',
|
||
|
|
plugins: [
|
||
|
|
'@typescript-eslint',
|
||
|
|
],
|
||
|
|
extends: [
|
||
|
|
'eslint:recommended',
|
||
|
|
'plugin:@typescript-eslint/recommended',
|
||
|
|
],
|
||
|
|
};
|