-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsocket.yml
More file actions
35 lines (31 loc) · 852 Bytes
/
socket.yml
File metadata and controls
35 lines (31 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: 2
# Socket.dev configuration
# https://docs.socket.dev/docs/socket-yml
# Mirror .npmignore - these files are not published to npm
projectIgnorePaths:
- '.idea'
- 'src'
- '.prettierrc'
- '.github'
- '.prettierignore'
- 'eslint.config.mjs'
- 'docs'
- 'coverage'
- '*.tgz'
- '.husky'
- 'rollup.config.js'
- 'tsconfig.json'
- 'temp'
- 'scripts'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
- 'SECURITY.md'
issueRules:
# new Function() is only used in test files (not published to npm)
# Tests verify that compiled expressions produce correct JavaScript
usesEval: false
# Network access is from docs/index.html (demo page) and README badges
# Neither are part of the library runtime - docs folder is not published
networkAccess: false
# Download count will grow over time
unpopularPackage: false