Skip to content

Commit

Permalink
minor: use new eslint configuration file format
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Jul 31, 2024
1 parent 5034822 commit 0a89254
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/DependencyInjection/FrameworkExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ export default class FrameworkExtension extends Extension {
const s = statSync(path);

return s.isDirectory();
} catch (e) {
} catch {
return false;
}
};
Expand Down
7 changes: 0 additions & 7 deletions test/.eslintrc.json

This file was deleted.

0 comments on commit 0a89254

Please sign in to comment.