Skip to content

Commit

Permalink
docs(extensions): removed incorrect cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfangdu committed Jun 25, 2021
1 parent b3d8c0c commit a8f3d7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/rules/extensions.md
Expand Up @@ -109,8 +109,6 @@ import foo from './foo';
import bar from './bar';

import Component from './Component';

import express from 'express';
```

The following patterns are not considered problems when configuration set to "always":
Expand All @@ -122,8 +120,6 @@ import bar from './bar.json';

import Component from './Component.jsx';

import express from 'express/index.js';

import * as path from 'path';
```

Expand Down

0 comments on commit a8f3d7b

Please sign in to comment.