mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
chore(eslint): add rule to sort imports (#3715)
* chore(eslint): add plugin to sort imports * chore(eslint): sort imports * chore(eslint): add eslint-config-prettier
This commit is contained in:
parent
cf5056d9c0
commit
bba622a500
11 changed files with 172 additions and 283 deletions
|
@ -1,8 +1,8 @@
|
|||
var os = require('os');
|
||||
var loadGruntTasks = require('load-grunt-tasks');
|
||||
const webpackDevConfig = require('./webpack/webpack.develop');
|
||||
const webpackProdConfig = require('./webpack/webpack.production');
|
||||
var loadGruntTasks = require('load-grunt-tasks');
|
||||
|
||||
var os = require('os');
|
||||
var arch = os.arch();
|
||||
if (arch === 'x64') arch = 'amd64';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue