This commit is contained in:
Alex
2023-12-20 12:23:05 -05:00
parent 02fe9f4799
commit 3ec7c342ba
18 changed files with 1732 additions and 700 deletions

3
playground/.eslintrc.js Normal file
View File

@ -0,0 +1,3 @@
const { extendConfig } = require('@aet/eslint-rules');
module.exports = extendConfig({});