- Clean pkg cache
 - Remove unused packages (orphans)
 - Clean cache in /home
 - remove old config files
 - Find and Remove
- duplicates
 - empty files
 - empty directories
 
 - broken symlinks
 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import Ajv from 'ajv'; | |
| import addFormats from 'ajv-formats'; | |
| import archiver from 'archiver'; | |
| import {ObjectId} from 'mongodb'; | |
| import schema from './schema'; | |
| import type {ValidatedEventAPIGatewayProxyEvent} from '@libs/api-gateway'; | |
| import { | |
| formatJSONResponse, | |
| badRequestResponse, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "estados": [ | |
| { | |
| "sigla": "AC", | |
| "nome": "Acre", | |
| "cidades": [ | |
| "Acrelândia", | |
| "Assis Brasil", | |
| "Brasiléia", | |
| "Bujari", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              Show hidden characters
| { | |
| "extends": [ | |
| "prettier", | |
| "prettier/standard", | |
| "prettier/react", | |
| "plugin:react/recommended" | |
| ], | |
| "plugins": ["prettier"], | |
| "rules": { | |
| "prettier/prettier": "error", |