Skip to content

Commit

Permalink
order: [docs] Change 1st order's example's label to valid value
Browse files Browse the repository at this point in the history
This change allow copy-paste value from 1st example into eslintrc.
It's impossible now cause valid value is `builtin` but not `buildins`.
  • Loading branch information
NumminorihSF authored and ljharb committed Jan 10, 2018
1 parent 1e980af commit c9269be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/order.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Enforce a convention in the order of `require()` / `import` statements. The order is as shown in the following example:

```js
// 1. node "builtins"
// 1. node "builtin" modules
import fs from 'fs';
import path from 'path';
// 2. "external" modules
Expand Down

0 comments on commit c9269be

Please sign in to comment.