Skip to content

Commit 270b6c5

Browse files
Shanon LeeShanon Lee
authored andcommitted
Initial changes in component tab
2 parents e306332 + fc1ecd8 commit 270b6c5

File tree

12 files changed

+1898
-1399
lines changed

12 files changed

+1898
-1399
lines changed

.eslintrc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ module.exports = {
33
// This option interrupts the configuration hierarchy at this file
44
// Remove this if you have an higher level ESLint config file (it usually happens into a monorepos)
55
root: true,
6+
7+
rules: {
8+
'vue/no-deprecated-slot-attribute': 'off',
9+
},
610

711
parserOptions: {
812
parser: '@babel/eslint-parser',
913
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
10-
sourceType: 'module' // Allows for the use of imports
14+
sourceType: 'module', // Allows for the use of imports
15+
requireConfigFile: false
1116
},
1217

1318
env: {

README.md

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

0 commit comments

Comments
 (0)