File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,9 @@ rules:
268268 - forward
269269 - use
270270
271+ # Disallow invalid position declarations.
272+ no-invalid-position-declaration : null
273+
271274 # Disallow irregular whitespaces.
272275 no-irregular-whitespace : true
273276
@@ -283,6 +286,9 @@ rules:
283286 # Specify a blacklist of disallowed properties.
284287 # property-blacklist:
285288
289+ # Disallow deprecated properties.
290+ property-no-deprecated : null
291+
286292 # Disallow unknown properties.
287293 property-no-unknown :
288294 - true
Original file line number Diff line number Diff line change 11{
22 "title" : " Classic" ,
33 "txp-type" : " textpattern-admin-theme" ,
4- "version" : " 4.9.1-dev " ,
4+ "version" : " 4.9.1" ,
55 "description" : " Textpattern CMS Classic admin theme." ,
66 "author" : " Phil Wareham" ,
77 "author_uri" : " https://github.com/philwareham/textpattern-classic-admin-theme"
You can’t perform that action at this time.
0 commit comments