You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@griffel/eslint-plugin

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@griffel/eslint-plugin - npm Package Compare versions

Comparing version

to
1.6.2

2

package.json
{
"name": "@griffel/eslint-plugin",
"version": "1.6.1",
"version": "1.6.2",
"description": "ESLint plugin with lint rules for Griffel",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -16,2 +16,2 @@ import type { ESLintUtils } from '@typescript-eslint/utils';

};
export default plugin;
export = plugin;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const recommended_1 = require("./configs/recommended");

@@ -22,3 +21,3 @@ const hook_naming_1 = require("./rules/hook-naming");

};
exports.default = plugin;
module.exports = plugin;
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet