Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: upgrade dependencies and rehash lock file per node v18.7.0…
Browse files Browse the repository at this point in the history
… patch
  • Loading branch information
vBm committed Jul 28, 2022
1 parent fcc4704 commit d31aa31
Show file tree
Hide file tree
Showing 4 changed files with 3,213 additions and 2,126 deletions.
File renamed without changes.
12 changes: 4 additions & 8 deletions Gruntfile.js β†’ gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
/* jshint node: true */

module.exports = function (grunt) {
'use strict';

grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
eslint: {
src: 'ob.user.js',
options: {
config: '.eslintrc',
overrideConfigFile: '.eslintrc.json',
format: require('eslint-stylish-config')
}
},
csslint: {
Expand All @@ -24,8 +21,7 @@ module.exports = function (grunt) {
},
lintspaces: {
src: [
'Gruntfile.js',
'.travis.yml',
'gruntfile.js',
'package.json',
'scripts/beyond.css',
'ob.user.js'
Expand All @@ -39,7 +35,7 @@ module.exports = function (grunt) {

// Load any grunt plugins found in package.json.
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
require('time-grunt')(grunt);
require('@lodder/time-grunt')(grunt);

grunt.registerTask('default', [
'eslint',
Expand Down
Loading

0 comments on commit d31aa31

Please sign in to comment.