-
- Downloads
Initial commit.
parents
No related branches found
No related tags found
.gitattributes
0 → 100644
.gitignore
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "@unlcsce/eslint-config", | |||
"version": "3.0.0", | |||
"description": "Stylelint configuration used by the UNL CSCE core courses.", | |||
"private": true, | |||
"license": "UNLICENSED", | |||
"devDependencies": { | |||
"stylelint-config-standard": ">= 26" | |||
}, | |||
"peerDependencies": { | |||
"stylelint-config-standard": ">= 26" | |||
} | |||
} |
Please register or sign in to comment