trailheadapps / dreamhouse-lwc

Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Real estate use case. Get inspired and learn best practices.
https://developer.salesforce.com
Apache License 2.0
392 stars 779 forks source link

Remove .eslintignore #353

Closed albarivas closed 3 years ago

albarivas commented 3 years ago

What does this PR do?

Removes .eslintignore by applying a more restrictive configuration to the script

What issues does this PR fix or reference?

The PR fulfills these requirements:

[N/A] Tests for the proposed changes have been added/updated. [X] Code linting and formatting was performed.

Functionality Before

A .eslintignore file was needed in order to ignore lwc/aura non js files

Functionality After

The same is done by restricting the linting script targets

codecov[bot] commented 3 years ago

Codecov Report

Merging #353 (bca53b4) into main (dd7a742) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #353   +/-   ##
=======================================
  Coverage   91.16%   91.16%           
=======================================
  Files          17       17           
  Lines         362      362           
  Branches       15       15           
=======================================
  Hits          330      330           
  Misses         32       32           
Flag Coverage Δ
Apex 98.30% <ø> (ø)
LWC 87.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dd7a742...bca53b4. Read the comment docs.