BeAPI / beapi-frontend-framework

WordPress friendly Front-End framework.
https://beapi.fr
68 stars 17 forks source link

fix eslintrc - (conflict on vip projects with the editorconfig file) #396

Closed cedric07 closed 6 months ago

cedric07 commented 7 months ago

Pour éviter les conflits avec le fichier .editorconfig à la racine des projets VIP. Car sinon à la compilation il demande de tout convertir en tabs.

Le fichier .editorconfig des projets VIP est configuré comme cela :

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.txt]
end_of_line = crlf