routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import noArrayMutateRule from './shared/no-array-mutate-rule.js';
|
||||
|
||||
/** @type {import('eslint').Rule.RuleModule} */
|
||||
const config = noArrayMutateRule('reverse');
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user