fix: change executable file permissions (#38)

This commit is contained in:
Jacob
2022-08-15 01:09:33 +02:00
committed by GitHub
parent 0905daa60f
commit 23025a2cae
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-enum': [2, 'always', ['core', 'ui', 'docs']],
'scope-enum': [
2,
'always',
['core', 'create', 'docs', 'ui', 'vite-plugin'],
],
},
};

0
packages/create/index.js Normal file → Executable file
View File