An ESLint plugin to check filenames with simple configuration. This plugin is inspired byeslint-plugin-filenames. Requirements Node.js: >= 14.17 Unstable versions of Node.js are not actively supported. ESLint: 7.x, 8.x Getting started ...
eslint>=1.0.0 to be installed as a peer dependency. Modify your .eslintrc file to load the plugin and enable the rules you want to use.{ "plugins": [ "filenames" ], "rules": { "filenames/match-regex": 2, "filenames/match-exported": 2, "filenames/no-index": 2 } }...
eslint-plugin-vue upgrade from 3.8.0 to 3.9.0 and work well What actually happened? Please include the actual, raw output from ESLint. totally broke down. 3.9.0 try to check js file with vue rules…… mysticatea added the needs info label on Aug 4, 2017 Member mysticatea commented ...