UNPKG

zotero-categorise

Version:

A command-line tool to manage Zotero collections by placing items into specific collections based on their title, description, and tags.

10 lines (9 loc) 315 B
module.exports = { root: true, plugins: ['@typescript-eslint', 'import', 'prettier'], extends: ['airbnb-typescript/base', 'prettier', 'plugin:@typescript-eslint/recommended', 'plugin:import/typescript'], parser: '@typescript-eslint/parser', parserOptions: { project: './tsconfig.eslint.json', }, };