diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index f05beb5f..00000000 --- a/.jshintrc +++ /dev/null @@ -1,23 +0,0 @@ -{ - "unused": true, - "esversion": 6, - "curly": true, - "strict": "global", - "globals": { - "django": true, - "gettext": true, - "ReconnectingWebSocket": true, - "notificationApiHost": true, - "notificationSound": true, - "notificationSocket": true, - "owNotifyObjectId": true, - "owNotifyAppLabel": true, - "owNotifyModelName": true, - "owIsChangeForm": true, - "getAbsoluteUrl": true, - "dateTimeStampToDateTimeLocaleString": true, - "search_to_hash": true, - "hash_to_search": true - }, - "browser": true -} diff --git a/.stylelintrc.json b/.stylelintrc.json deleted file mode 100644 index 54c467e9..00000000 --- a/.stylelintrc.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "rules": { - "block-no-empty": null, - "color-no-invalid-hex": true, - "comment-empty-line-before": ["always", { - "ignore": ["stylelint-commands", "after-comment"] - }], - "rule-empty-line-before": ["never-multi-line", { - "except": ["first-nested"], - "ignore": ["after-comment", "inside-block"] - }], - "unit-allowed-list": ["em", "rem", "%", "s", "px", "vh", "deg", "dpi", "fr"], - "property-no-unknown": true - } -}