https://github.com/smarthead/mrm-preset
Mrm Preset ✨ from SmartHead
https://github.com/smarthead/mrm-preset
eslint mrm mrm-preset prettier stylelint
Last synced: 11 months ago
JSON representation
Mrm Preset ✨ from SmartHead
- Host: GitHub
- URL: https://github.com/smarthead/mrm-preset
- Owner: smarthead
- License: mit
- Created: 2020-10-20T11:10:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T13:14:45.000Z (almost 3 years ago)
- Last Synced: 2025-07-06T12:15:17.700Z (12 months ago)
- Topics: eslint, mrm, mrm-preset, prettier, stylelint
- Language: JavaScript
- Homepage: https://npm.im/@smarthead/mrm-preset
- Size: 135 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mrm Preset
[Mrm](https://mrm.js.org) Preset ✨ from SmartHead
This preset includes the following Mrm tasks
```
package
gitignore
editorconfig
gitattributes
browserslist
stylelint
typescript
lint-staged
```
## Usage
You should initialize Git in your project before run mrm
```
git init
```
Running mrm with this mrm preset
```
npx -p mrm -p @smarthead/mrm-preset@latest mrm --preset @smarthead/mrm-preset default -i
```