Use standard and prettier (#10)
* switch from custom eslint config to standard + prettier * fix new standard eslint violations * add editorconfig file * auto-fix all other violations * update lint yarn script * remove jshint comment
This commit is contained in:
6
webpack_config/angular.js
vendored
6
webpack_config/angular.js
vendored
@ -1,5 +1,5 @@
|
||||
const webpack = require('webpack')
|
||||
const { jsLoader, ignoreLoader, rel } = require('./lib')
|
||||
const webpack = require('webpack');
|
||||
const { jsLoader, ignoreLoader, rel } = require('./lib');
|
||||
|
||||
module.exports = {
|
||||
context: rel('src'),
|
||||
@ -23,4 +23,4 @@ module.exports = {
|
||||
'process.env.NODE_ENV': '"production"',
|
||||
}),
|
||||
],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user