Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = function() {
|
||||
module.exports = function () {
|
||||
'use strict';
|
||||
return {
|
||||
options: {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module.exports = function(config) {
|
||||
module.exports = function (config) {
|
||||
return {
|
||||
dist: ['dist'],
|
||||
};
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
module.exports = function(grunt) {
|
||||
module.exports = function (grunt) {
|
||||
// load grunt config
|
||||
require('load-grunt-config')(grunt);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user