{"library":"eslint-plugin-sequel","type":"library","category":null,"description":"An ESLint plugin providing lint rules for inline SQL in JavaScript and TypeScript code. Current stable version is 1.9.10, released on npm. It helps catch common SQL mistakes (e.g., missing WHERE clauses, LIKE misuse) directly in your codebase. Unlike other SQL linting tools, it integrates seamlessly with ESLint workflows and supports various SQL dialects. Release cadence is irregular, with maintenance updates as needed.","language":"javascript","status":"active","version":"1.9.10","tags":["javascript","eslint","eslintplugin","eslint-plugin","sql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install eslint-plugin-sequel","imports":["// In .eslintrc.js\nmodule.exports = {\n  plugins: ['sequel'],\n  rules: {\n    'sequel/no-unsafe-query': 'error',\n  },\n};","// Using rules via ESLint config\n'sequel/missing-where': 'warn'","// Extending recommended config\nmodule.exports = {\n  extends: ['plugin:sequel/recommended'],\n};"]},{"cmd":"yarn add eslint-plugin-sequel","imports":[]},{"cmd":"pnpm add eslint-plugin-sequel","imports":[]}],"homepage":"https://github.com/5app/eslint-plugin-sequel#readme","github":"https://github.com/5app/eslint-plugin-sequel","docs":null,"changelog":null,"pypi":null,"npm":"eslint-plugin-sequel","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}