-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,310 changed files
with
11,025 additions
and
120,446 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
>0.5% | ||
last 2 versions | ||
node 8 | ||
not dead | ||
not op_mini all |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
HOST=localhost | ||
PORT=8080 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/build/ | ||
|
||
# Built files | ||
/es5/ | ||
/lib/ | ||
/lib-temp/ | ||
/dist/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
module.exports = { | ||
globals: { | ||
__VUETIFY_VERSION__: true, | ||
__REQUIRED_VUE__: true, | ||
}, | ||
env: { | ||
'jest/globals': true, | ||
}, | ||
plugins: [ | ||
'jest', | ||
'eslint-plugin-local-rules', | ||
], | ||
extends: ['plugin:jest/recommended'], | ||
rules: { | ||
'vue/html-self-closing': 'off', | ||
'vue/html-closing-bracket-spacing': 'off', | ||
'vue/max-attributes-per-line': ['error', { | ||
singleline: 1, | ||
multiline: { | ||
max: 1, | ||
allowFirstLine: false, | ||
}, | ||
}], | ||
'vue/component-definition-name-casing': ['error', 'kebab-case'], | ||
'local-rules/no-render-string-reference': 'error', | ||
'jest/no-disabled-tests': 'off', | ||
'jest/no-large-snapshots': 'warn', | ||
'jest/prefer-spy-on': 'warn', | ||
'jest/prefer-to-be-null': 'warn', | ||
'jest/prefer-to-be-undefined': 'warn', | ||
'jest/prefer-to-contain': 'warn', | ||
'jest/prefer-to-have-length': 'warn', | ||
'jest/no-standalone-expect': 'off', | ||
'jest/no-conditional-expect': 'off', | ||
}, | ||
overrides: [ | ||
{ | ||
files: 'dev/Playground.vue', | ||
rules: { | ||
'max-len': 'off', | ||
}, | ||
}, | ||
{ | ||
files: '**/*.spec.ts', | ||
rules: { | ||
'vue/component-definition-name-casing': 'off', | ||
}, | ||
}, | ||
], | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Ignore everything in dev, use git add -f to add new files | ||
/dev/Playground.vue | ||
|
||
# Built files | ||
/es5/ | ||
/lib/ | ||
/lib-temp/ | ||
/dist/ |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.