-
- 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": "@unlsoft/eslint-config", | |||
"version": "1.0.0", | |||
"description": "stylelint configuration used by the UNL SOFT core courses.", | |||
"private": true, | |||
"license": "UNLICENSED", | |||
"devDependencies": { | |||
"stylelint-config-standard": ">= 22" | |||
}, | |||
"peerDependencies": { | |||
"stylelint-config-standard": ">= 22" | |||
} | |||
} |
Please register or sign in to comment