csstate
Version:
Simple library for handling different css states and properties. Made for testing css related things with mocha or something like this.
20 lines • 402 B
JSON
{
"extends": "standard",
"plugins": [
"standard",
"promise"
],
"rules" : {
"semi" : [ "error", "always" ],
"standard/object-curly-even-spacing": [2, "either"]
},
"globals" : {
"describe" : true,
"it" : true,
"window" : true,
"document" : true,
"expect" : true,
"beforeEach" : true,
"afterEach" : true
}
}