This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable unicorn/no-array-reduce */ | |
import js from '@eslint/js'; | |
import { | |
parser as tsParser, | |
plugin as ts, | |
configs as tsPredefinedConfigs, | |
} from 'typescript-eslint'; | |
import vue from 'eslint-plugin-vue'; | |
import vueParser from 'vue-eslint-parser'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function foo() { console.log('Foo!') } |