Skip to content

Commit

Permalink
clean up ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 11, 2024
1 parent 6c4162d commit 1191b6e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,20 @@ export default tseslint.config(

{
ignores: [
'docs/**',
'the_azle_book/**',
'tests/property/candid_rpc/**/src/**',
'**/.azle/**',
'**/.dfx/**',
'**/target/**',
'**/declarations/**',
'**/dfx_generate/**',
'**/dfx_generated/**',
'**/experimental/**',
'**/node_modules/**',
'**/.azle/**',
'**/docs/**',
'the_azle_book/**',
'**/the_azle_book/**',
'**/run_time_errors/**',
'**/target/**',
'**/webpack.config.js',
'**/dfx_generate/**',
'**/dfx_generated/**',
'**/declarations/**',
'tests/property/candid_rpc/**/src/**',
'**/dist/**',
'**/static_canister_template_licenses.yml'
'**/dist/**'
]
},

Expand Down

0 comments on commit 1191b6e

Please sign in to comment.