eslint-plugin-sync-check
Version:
ESLint plugin to check if specified files are synchronized with a reference file
18 lines (17 loc) • 370 B
JSON
{
"name": "eslint-plugin-sync-check",
"version": "1.0.2",
"description": "ESLint plugin to check if specified files are synchronized with a reference file",
"main": "index.js",
"keywords": [
"eslint",
"plugin",
"sync",
"file sync"
],
"author": "nave-nuri",
"license": "MIT",
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
}
}