Skip to content

Commit

Permalink
Merge d52aea3 into 6a110dd
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Apr 6, 2020
2 parents 6a110dd + d52aea3 commit 089a424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/rules/order.js
Expand Up @@ -3,6 +3,7 @@ import { test, getTSParsers } from '../utils'
import { RuleTester } from 'eslint'
import eslintPkg from 'eslint/package.json'
import semver from 'semver'
import os from 'os'

const ruleTester = new RuleTester()
, rule = require('rules/order')
Expand Down Expand Up @@ -137,7 +138,7 @@ ruleTester.run('order', rule, {
var relParent3 = require('../');
var async = require('async');
var relParent1 = require('../foo');
`,
`.split('\n').join(os.EOL),
options: [{groups: [
['builtin', 'index'],
['sibling', 'parent', 'external'],
Expand Down

0 comments on commit 089a424

Please sign in to comment.