Update ESLint and Prettier configurations

This commit is contained in:
IvanZosimov 2023-03-03 12:06:19 +01:00
parent f02d54081b
commit e11170ce5a
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
module.exports = { module.exports = {
extends: [ extends: [
'eslint:recommended', 'eslint:recommended',

View File

@ -1,4 +1,3 @@
// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
module.exports = { module.exports = {
printWidth: 80, printWidth: 80,
tabWidth: 2, tabWidth: 2,