mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-30 17:54:20 +00:00
Remove separate stylelint config for VE
Change-Id: I94fbce9b572a08eba2c1c2290f6777fe2f465e01
This commit is contained in:
parent
22c17437ac
commit
db1e5a5907
19
Gruntfile.js
19
Gruntfile.js
|
@ -24,21 +24,10 @@ module.exports = function ( grunt ) {
|
||||||
},
|
},
|
||||||
banana: conf.MessagesDirs,
|
banana: conf.MessagesDirs,
|
||||||
stylelint: {
|
stylelint: {
|
||||||
core: {
|
all: [
|
||||||
src: [
|
'**/*.css',
|
||||||
'**/*.css',
|
'!node_modules/**'
|
||||||
'!modules/ve-cite/**',
|
]
|
||||||
'!node_modules/**'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
've-cite': {
|
|
||||||
options: {
|
|
||||||
configFile: 'modules/ve-cite/.stylelintrc'
|
|
||||||
},
|
|
||||||
src: [
|
|
||||||
'modules/ve-cite/**/*.css'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
jsonlint: {
|
jsonlint: {
|
||||||
all: [
|
all: [
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "stylelint-config-wikimedia"
|
|
||||||
}
|
|
Loading…
Reference in a new issue