Skip to content

Commit c9269be

Browse files
NumminorihSFljharb
authored andcommitted
order: [docs] Change 1st order's example's label to valid value
This change allow copy-paste value from 1st example into eslintrc. It's impossible now cause valid value is `builtin` but not `buildins`.
1 parent 1e980af commit c9269be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rules/order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Enforce a convention in the order of `require()` / `import` statements. The order is as shown in the following example:
44

55
```js
6-
// 1. node "builtins"
6+
// 1. node "builtin" modules
77
import fs from 'fs';
88
import path from 'path';
99
// 2. "external" modules

0 commit comments

Comments
 (0)