UNPKG

@system76/eslint-config

Version:

System76 standard eslint linting configuration

30 lines (25 loc) 522 B
/** * test/_fixtures/files.js * Test file sort order */ import test from 'ava' import express from 'express' import zooloo from 'zooloo' import { Component1, Component2 } from '@system76/components' import lint from '@system76/standard' import local from '../../local' import config from '~/config' import { Mixin1, Mixin2 } from '~/mixins' // Export everything so we don't get unused variable errors export { test, express, zooloo, Component1, Component2, lint, config, Mixin1, Mixin2, local }