docs(rfc): add rfc structure (#316)

This commit is contained in:
rahim
2026-01-20 16:13:34 +11:00
committed by GitHub
parent 35c6cb1e16
commit 7702601cf4
17 changed files with 280 additions and 189 deletions
+23 -25
View File
@@ -9,30 +9,28 @@ export default {
},
],
rules: {
'scope-enum': [2, 'always', [
'cd',
'ci',
'claude',
'core',
'docs',
'demo',
'example',
'examples',
'example/html',
'example/react',
'example/next',
'html',
'icons',
'packages',
'plan',
'react-native',
'react',
'root',
'site',
'skins',
'store',
'test',
'utils',
]],
'scope-enum': [
2,
'always',
[
'cd',
'ci',
'claude',
'core',
'docs',
'html',
'icons',
'packages',
'plan',
'react-native',
'react',
'rfc',
'root',
'site',
'store',
'test',
'utils',
],
],
},
};