Skip to content

Commit

Permalink
Reformat with up-to-date prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jul 23, 2021
1 parent f423ced commit cc25e50
Show file tree
Hide file tree
Showing 4 changed files with 1,020 additions and 907 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: "daily"
interval: 'daily'
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const config = {
],
options: {
compress: {
gz: fileContents => require('gzip-js').zip(fileContents, {}).length
gz: (fileContents) => require('gzip-js').zip(fileContents, {}).length
}
}
},
Expand Down Expand Up @@ -93,7 +93,7 @@ module.exports = function (grunt) {

// Load dependencies
Object.keys(grunt.file.readJSON('package.json').devDependencies)
.filter(key => key !== 'grunt' && key.startsWith('grunt'))
.filter((key) => key !== 'grunt' && key.startsWith('grunt'))
.forEach(grunt.loadNpmTasks)

grunt.registerTask('test', [
Expand Down
Loading

0 comments on commit cc25e50

Please sign in to comment.