Skip to content

Commit

Permalink
⬆️ eslint & grunt-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Apr 28, 2024
1 parent 10257a3 commit 7d0fdb4
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 320 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ module.exports = (grunt) ->

# JS
eslint:
options:
overrideConfigFile: '.eslintrc',
target: [
'<%= src.input %>'
"test/*.js"
Expand Down
10 changes: 10 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const jqueryConfig = require("eslint-config-jquery");

module.exports = [
jqueryConfig,
{
rules: {
"max-len": ["error", 200]
}
}
]
Loading

0 comments on commit 7d0fdb4

Please sign in to comment.