UNPKG

@emotion/css

Version:

The Next Generation of CSS-in-JS.

24 lines (23 loc) 498 B
{ "extends": "dtslint/dtslint.json", "rules": { "array-type": [true, "generic"], "import-spacing": false, "file-name-casing": false, "no-default-import": false, "no-null-undefined-union": false, "semicolon": false, "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-module", "check-rest-spread", "check-type", "check-typecast", "check-type-operator", "check-preblock" ] } }