UNPKG

@makepad/school-names-turkey

Version:

A npm module that scrapes all the school names from turkish education ministry's page

13 lines 339 B
module.exports = { root: true, parser: '@typescript-eslint/parser', plugins: [ '@typescript-eslint', ], parserOptions: { project: './tsconfig.json', }, extends: [ 'airbnb-typescript', ], };