Closed SauravMaheshkar closed 1 year ago
Changes proposed by this PR can be summarised as follows :-
.prettierrc
prettier
package.json
.eslintrc.js
eslintConfig
.eslintignore
eslintIgnore
jest.config.js
jest
@Gr1N Request for Review
Gentle bump @Gr1N
Thanks!
Changes proposed by this PR can be summarised as follows :-
.prettierrc
under theprettier
key inpackage.json
. Source(prettier docs).eslintrc.js
under theeslintConfig
key inpackage.json
. Source(eslint docs).eslintignore
under theeslintIgnore
key inpackage.json
. Source(eslint docs)jest.config.js
under thejest
key inpackage.json
. Source(jest docs)@Gr1N Request for Review