mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update ESLint configuration and GitHub Actions workflow name
- Added 'docs' and 'legacy' to the ignored paths in the ESLint configuration to exclude additional directories from linting. - Renamed the GitHub Actions documentation workflow for improved clarity, simplifying the name to "Documentation". These changes enhance the development workflow and maintain cleaner code quality checks.
This commit is contained in:
parent
de8b374a70
commit
566046ff6e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Documentation to GitHub Pages
|
||||
name: Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -38,7 +38,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
ignores: ['vendor', 'node_modules', 'public', 'bootstrap/ssr', 'tailwind.config.js'],
|
||||
ignores: ['vendor', 'node_modules', 'public', 'bootstrap/ssr', 'tailwind.config.js', 'docs', 'legacy'],
|
||||
},
|
||||
prettier, // Turn off all rules that might conflict with Prettier
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue