We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
always
1 parent b236748 commit 550714aCopy full SHA for 550714a
docs/rules/extensions.md
@@ -109,6 +109,8 @@ import foo from './foo';
109
import bar from './bar';
110
111
import Component from './Component';
112
+
113
+import foo from '@/foo';
114
```
115
116
The following patterns are not considered problems when configuration set to "always":
@@ -121,6 +123,8 @@ import bar from './bar.json';
121
123
import Component from './Component.jsx';
122
124
125
import * as path from 'path';
126
127
+import foo from '@/foo.js';
128
129
130
The following patterns are considered problems when configuration set to "ignorePackages":
0 commit comments