We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eba10e commit 3ad4584Copy full SHA for 3ad4584
packages/es6/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@sourcetoad/eslint-config-base-template-es6",
3
"version": "1.0.0",
4
- "main": "index.config.js",
+ "main": "eslint.config.js",
5
"license": "proprietary",
6
"repository": {
7
"url": "git@github.com:sourcetoad/base-template-configs.git",
packages/vue/eslint.config.js
@@ -1,6 +1,6 @@
+import baseTemplateConfigEs6 from '@sourcetoad/eslint-config-base-template-es6';
import unusedImports from 'eslint-plugin-unused-imports';
import pluginVue from 'eslint-plugin-vue';
-import baseTemplateConfigEs6 from '../es6/eslint.config.js';
export default [
...pluginVue.configs['flat/essential'],
0 commit comments