UNPKG

stylelint-no-mismatching-module-file

Version:

Warns or errors when using a top-level module name that does not match the file name.

30 lines (29 loc) 819 B
{ "name": "stylelint-no-mismatching-module-file", "version": "1.0.3", "description": "Warns or errors when using a top-level module name that does not match the file name.", "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/aaronbushnell/stylelint-no-mismatching-module-file.git" }, "keywords": [ "stylelint-rule", "stylelint", "css" ], "author": "Aaron Bushnell", "license": "MIT", "bugs": { "url": "https://github.com/aaronbushnell/stylelint-no-mismatching-module-file/issues" }, "homepage": "https://github.com/aaronbushnell/stylelint-no-mismatching-module-file#readme", "dependencies": { "lodash": "^4.17.4", "stylelint": "^7.0.0" }, "devDependencies": { "stylelint-test-rule-tape": "^0.2.0" } }