mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
fe3165faff
Also adds the corrections made to various js files when jscs was run, and removes an old version of .jshintrc. Only VisualEditor files are checked by csshint due to clashes with an upstream bug in the csslint parser. This could be looked into in the future. Bug: T112576 Change-Id: I611901040d3b38ae3ef707deb8d25771f043b1d8
14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
{
|
|
"adjoining-classes": false,
|
|
"box-model": false,
|
|
"box-sizing": false,
|
|
"fallback-colors": false,
|
|
"important": false,
|
|
"outline-none": false,
|
|
"qualified-headings": false,
|
|
"unique-headings": false,
|
|
"universal-selector": false,
|
|
"unqualified-attributes": false,
|
|
"gradients": false
|
|
}
|