Skip to content

Commit a4a175d

Browse files
dependabot[bot]jehna
authored andcommitted
Bump grunt-eslint from 23.0.0 to 24.0.0
Bumps [grunt-eslint](https://github.com/sindresorhus/grunt-eslint) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/sindresorhus/grunt-eslint/releases) - [Commits](sindresorhus/grunt-eslint@v23.0.0...v24.0.0) --- updated-dependencies: - dependency-name: grunt-eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82d1a28 commit a4a175d

File tree

3 files changed

+293
-12
lines changed

3 files changed

+293
-12
lines changed

Gruntfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ module.exports = function gruntConfig(grunt) {
33
pkg: grunt.file.readJSON('package.json'),
44

55
eslint: {
6-
options: {
7-
configFile: '.eslintrc',
8-
},
96
target: ['VerbalExpressions.js', 'test/tests.js', 'Gruntfile.js'],
107
},
118

package-lock.json

Lines changed: 292 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"grunt-ava": "^0.19.0",
2222
"grunt-babel": "^8.0.0",
2323
"grunt-contrib-uglify": "^5.0.0",
24-
"grunt-eslint": "^23.0.0",
24+
"grunt-eslint": "^24.0.0",
2525
"grunt-markdownlint": "^3.1.0",
2626
"grunt-sourcemap-localize": "^0.1.0",
2727
"grunt-umd": "^3.0.0",

0 commit comments

Comments
 (0)