Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Lint rules #1416

Open
wants to merge 8 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'next' into feature/new-eslint-rules
# Conflicts:
#	package.json
#	plugins/alerts/frontend/public/stylesheets/main.css
#	plugins/crashes/frontend/public/stylesheets/main.css
#	plugins/dbviewer/frontend/public/stylesheets/main.css
#	plugins/errorlogs/frontend/public/stylesheets/main.css
#	plugins/plugins/frontend/public/stylesheets/main.css
  • Loading branch information
ar2rsawseen committed Jun 28, 2021
commit b5d496f5d974fc9f4f0ef4b5954bad9a37b4f2bc
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"grunt-mocha-nyc": "^1.0.3",
"grunt-mocha-test": "0.13.3",
"grunt-stylelint": "^0.15.0",
"mocha": "^8.0.1",
"mocha": "^9.0.0",
"nyc": "^15.0.0",
"should": "13.2.3",
"supertest": "6.1.3"
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-no-unsupported-browser-features": "^4.0.0",
"supertest": "4.0.2"
},
"scripts": {
"test": "grunt --verbose"
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.