angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

[Bug] Support .eslintrc.json as well as .eslintrc #41

Closed benpsnyder closed 2 years ago

benpsnyder commented 3 years ago

Hi,

the good news are: The library is already supporting eslint. If it detects an .eslintrc file it assumes it should create its rules there.

Does this work for you?

Best wishes, Manfred

Originally posted by @manfredsteyer in https://github.com/angular-architects/nx-ddd-plugin/issues/39#issuecomment-754229659

benpsnyder commented 3 years ago

Please update to detect .eslintrc.json as well as .eslintrc

manfredsteyer commented 2 years ago

Forgot to close this one. .eslintrc is a first-class citizen meanwhile