Update linters
* Update eslint and stylelint config * Fix Gruntfile.js to actually run stylelint
This commit is contained in:
committed by
Niklas Laxström
parent
c4f0fdab15
commit
d53beca719
6
scripts/.eslintrc.json
Normal file
6
scripts/.eslintrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"root": true,
|
||||
"extends": [
|
||||
"wikimedia/server"
|
||||
]
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
var through = require( 'through' ); // eslint-disable-line no-implicit-globals
|
||||
var through = require( 'through' );
|
||||
|
||||
module.exports = function () {
|
||||
var data, end, write;
|
||||
|
||||
Reference in New Issue
Block a user