eslint-plugin-gamut

2.4.32.4.4-alpha.212edd.0
dist/index.js
~dist/index.jsModified
+2
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -7,16 +7,18 @@
 const gamut_import_paths_1 = __importDefault(require("./gamut-import-paths"));
 const no_css_standalone_1 = __importDefault(require("./no-css-standalone"));
 const no_inline_style_1 = __importDefault(require("./no-inline-style"));
 const no_kbd_element_1 = __importDefault(require("./no-kbd-element"));
+const no_raw_z_index_1 = __importDefault(require("./no-raw-z-index"));
 const prefer_themed_1 = __importDefault(require("./prefer-themed"));
 const recommended_1 = __importDefault(require("./recommended"));
 exports.recommended = recommended_1.default;
 const rules = {
     'import-paths': gamut_import_paths_1.default,
     'no-css-standalone': no_css_standalone_1.default,
     'no-inline-style': no_inline_style_1.default,
     'no-kbd-element': no_kbd_element_1.default,
+    'no-raw-z-index': no_raw_z_index_1.default,
     'prefer-themed': prefer_themed_1.default,
 };
 exports.rules = rules;
 //# sourceMappingURL=index.js.map
\ No newline at end of file