UNPKG

coc-php-cs-fixer

Version:

PHP CS Fixer (PHP Coding Standards Fixer) and Laravel Pint extension for coc.nvim

9 lines (6 loc) 253 B
import fs from 'node:fs'; const RESOURCE_FILE_PATH = new URL(`../schemas/pint-schema.json`, import.meta.url).pathname; if (fs.readFileSync(RESOURCE_FILE_PATH, { encoding: 'utf8' }).split('\n').length === 1) { console.log('NG'); process.exit(1); }