-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eslint: Update config and fix warnings
Expand on the eslint configuration started in Ie7c2451: * Use wikimedia/vue-es6 standard for Vue frontend * Use wikimedia/mocha standard for jsonschema * Use wikimedia/server for vue.config.js * use wikimedia/client for any other js files found This change also includes lint error corrections after applying the expanded configuration. These were largely automatic changes applied by `eslint --fix .` Change-Id: I947e26ee7af7212f80aadff7c18fe7c0bbfd48f9
- Loading branch information
Showing
12 changed files
with
509 additions
and
473 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
'use strict'; | ||
require('@wikimedia/jsonschema-tools').tests.all({ logLevel: 'info' }); | ||
require( '@wikimedia/jsonschema-tools' ).tests.all( { logLevel: 'info' } ); |
Oops, something went wrong.