mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-12 15:28:03 -05:00
fix: change executable file permissions (#38)
This commit is contained in:
@@ -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
0
packages/create/index.js
Normal file → Executable file
Reference in New Issue
Block a user