We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7102fd commit d011866Copy full SHA for d011866
.eslintrc
@@ -22,14 +22,5 @@
22
"no-empty": 0,
23
"yoda": 0,
24
"no-new-func": 0
25
- },
26
- "globals": {
27
- App,
28
- Page,
29
- wx,
30
- __VERSION__,
31
- Component
32
33
- extends: ['eslint:recommended', 'plugin:prettier/recommended'],
34
- plugins: ['prettier']
+ }
35
}
packages/cli/core/plugins/parser/config.js
@@ -57,8 +57,6 @@ exports = module.exports = function() {
57
if (comp.prefix === 'module') {
58
targetPath = comp.target;
59
60
- const relativePath = path.relative(path.dirname(ctx.file), targetPath);
61
- const parsedPath = path.parse(relativePath);
62
63
});
64
0 commit comments