Skip to content

Commit 2bcda53

Browse files
committed
build: updated nuxt2 sample
1 parent b238651 commit 2bcda53

19 files changed

+3573
-3424
lines changed

apps/nuxt2/.eslintrc.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ module.exports = {
22
root: true,
33
env: {
44
browser: true,
5-
node: true
5+
node: true,
66
},
7-
parserOptions: {
8-
parser: "@babel/eslint-parser",
9-
requireConfigFile: false
10-
},
11-
extends: ["@nuxtjs", "plugin:nuxt/recommended", "prettier"],
7+
extends: [
8+
'@nuxtjs/eslint-config-typescript',
9+
'plugin:nuxt/recommended',
10+
'prettier',
11+
],
1212
plugins: [],
1313
// add your custom rules here
14-
rules: {}
15-
};
14+
rules: {},
15+
}

apps/nuxt2/.github/dependabot.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

apps/nuxt2/.github/semantic.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/nuxt2/.github/workflows/ci.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

apps/nuxt2/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)