We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f73001 commit 541a3f9Copy full SHA for 541a3f9
2 files changed
packages/eslint-config/src/rules/es6.js
@@ -39,16 +39,6 @@ module.exports = {
39
// Style guide
40
'import/first': 'error',
41
'import/no-duplicates': 'error',
42
- 'import/extensions': [
43
- 'error',
44
- {
45
- js: 'never',
46
- jsx: 'never',
47
- ts: 'never',
48
- tsx: 'never',
49
- json: 'always'
50
- }
51
- ],
52
'import/order': [
53
'error',
54
{
packages/eslint-config/src/storybook.js
@@ -1,5 +1,5 @@
1
/**
2
- * Jest override
+ * Storybook override
3
*/
4
const { makePatterns } = require('./utils')
5
0 commit comments