tonik / theme

Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
http://labs.tonik.pl/theme/
MIT License
1.33k stars 140 forks source link

Introduce scripts for linting only #67

Closed jedrzejchalubek closed 6 years ago

jedrzejchalubek commented 6 years ago
"lint:js": "eslint resources/assets/js/**/*.{js}",
"lint:sass": "stylelint resources/assets/sass/**/*.{scss,sass}",
"lint": "npm run lint:js && npm run lint:sass"