Commit Graph

8 Commits

Author SHA1 Message Date
tecc
2890e9b08e
change(eslint): Change eslint config
eslintignore: ESLint will ignore files in the public/ directory.
global: ESLint now ignores the `global` prop alongside `jsx`.
2022-09-11 22:57:16 +02:00
tecc
6ba01ff7e1
fix(eslint): Now allowing jsx property properly 2022-09-11 19:44:44 +02:00
tecc
b5dae24448
style(change): Modifications to style
arrow-parens: Arrow functions are now required to have parentheses around arguments (i.e. `(_) => {}` is good, but `_ => {}` is not)
2022-09-04 01:20:07 +02:00
tecc
892c165e3d
change(eslint)[style]: More style changing 2022-08-12 06:26:37 +02:00
tecc
ff2c606db2
The Big Reformat
~ Reformatted most project files to my preference
2022-08-07 22:55:36 +02:00
tecc
47d74bf011
Code style change 2022-08-07 22:39:28 +02:00
liqingwei
a5c4f997fb feat: 代码优化 2021-02-20 20:11:53 +08:00
liqingwei
2e75ff0391 feat: init 2021-02-13 18:16:27 +08:00