forked from sombochea/verdaccio-ui
feat(eslint-config): add order rule in import
* refactor: added eslint-plugin-import * refactor: disable some rules for muiComponents * fix: fixed import
This commit is contained in:
committed by
Sergio Hg
parent
950f6defca
commit
ae73772a37
@@ -1,9 +1,11 @@
|
||||
import webpack from 'webpack';
|
||||
import HTMLWebpackPlugin from 'html-webpack-plugin';
|
||||
import FriendlyErrorsPlugin from 'friendly-errors-webpack-plugin';
|
||||
import baseConfig from './webpack.config';
|
||||
import env from '../config/env';
|
||||
import StyleLintPlugin from 'stylelint-webpack-plugin';
|
||||
|
||||
import env from '../config/env';
|
||||
|
||||
import baseConfig from './webpack.config';
|
||||
import getPackageJson from './getPackageJson';
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user