Skip to content

Commit

Permalink
🐛: Don't run the linter on 'node_modules'.
Browse files Browse the repository at this point in the history
  • Loading branch information
noobiept committed Jul 11, 2023
1 parent 621a65b commit 88c85d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
root: true,
ignorePatterns: ["node_modules"],
};
4 changes: 0 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ Uses the data from [openweathermap.org/](https://openweathermap.org/), and is wr
- `npm install` : Install the necessary dependencies.
- `npm run start` : Start the compiler in watch mode, and run a local server at `http://localhost:8000`.
- `npm run build` : Run the release build (the final result will be located in the `./release/` directory).

# Commit types

- `UPDATE` / `CHANGE` / `FIX` / `FEATURE`

0 comments on commit 88c85d6

Please sign in to comment.