You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {{id:string,name:string,category:string,description:string,recommended:boolean,fixable:boolean,deprecated:boolean,replacedBy:string[]}[]} rules The rules to generate index.js.
28
+
* @returns {void}
29
+
*/
30
+
module.exports=(rules)=>{
31
+
fs.writeFileSync(INDEX_FILE_PATH,`/**
20
32
* @author Toru Nagashima
21
33
* @copyright 2016 Toru Nagashima. All rights reserved.
22
34
* See LICENSE file in root directory for full license.
0 commit comments